]> git.eshelyaron.com Git - emacs.git/commitdiff
Add comment.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 1 Mar 2009 19:24:15 +0000 (19:24 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 1 Mar 2009 19:24:15 +0000 (19:24 +0000)
lisp/abbrev.el

index 5b4ffe3ae8f63722edb1701013af8ab12ef5e6ba..9092be584f4619072baa91c42c3284aa406117fc 100644 (file)
@@ -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)