aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2009-03-01 19:24:15 +0000
committerChong Yidong <[email protected]>2009-03-01 19:24:15 +0000
commitba9db1c5599fdb2b8cd539ac97294ba189c7341f (patch)
tree4e4cfc45b4c8d724d0a5d765c98ee008270e292e /lisp
parentf13f18d9f50018775e287d6ecc7e7d855b0d98a3 (diff)
Add comment.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/abbrev.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/abbrev.el b/lisp/abbrev.el
index 5b4ffe3ae8..9092be584f 100644
--- a/lisp/abbrev.el
+++ b/lisp/abbrev.el
@@ -522,6 +522,7 @@ the current abbrev table before abbrev lookup happens."
(setplist newsym (symbol-plist sym)))
(abbrev-table-put table :abbrev-table-modiff
(1+ (abbrev-table-get table :abbrev-table-modiff))))
+ ;; For backward compatibility, always return nil.
nil)
(defun define-abbrev (table name expansion &optional hook &rest props)