changeset 102352:c61c29e47d6a

Add comment.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 01 Mar 2009 19:24:15 +0000
parents a11b9c55c39c
children a2de015c936d
files lisp/abbrev.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/abbrev.el	Sun Mar 01 19:22:22 2009 +0000
+++ b/lisp/abbrev.el	Sun Mar 01 19:24:15 2009 +0000
@@ -522,6 +522,7 @@
       (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)