# HG changeset patch # User Chong Yidong # Date 1235935455 0 # Node ID c61c29e47d6af6a129ed2912db3c39cc10e0c67c # Parent a11b9c55c39c97768072b07d6733a3139c5c4aed Add comment. diff -r a11b9c55c39c -r c61c29e47d6a lisp/abbrev.el --- 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)