diff options
| -rw-r--r-- | lisp/abbrev.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/abbrev.el b/lisp/abbrev.el index 5b4ffe3ae8f..9092be584f4 100644 --- a/lisp/abbrev.el +++ b/lisp/abbrev.el | |||
| @@ -522,6 +522,7 @@ the current abbrev table before abbrev lookup happens." | |||
| 522 | (setplist newsym (symbol-plist sym))) | 522 | (setplist newsym (symbol-plist sym))) |
| 523 | (abbrev-table-put table :abbrev-table-modiff | 523 | (abbrev-table-put table :abbrev-table-modiff |
| 524 | (1+ (abbrev-table-get table :abbrev-table-modiff)))) | 524 | (1+ (abbrev-table-get table :abbrev-table-modiff)))) |
| 525 | ;; For backward compatibility, always return nil. | ||
| 525 | nil) | 526 | nil) |
| 526 | 527 | ||
| 527 | (defun define-abbrev (table name expansion &optional hook &rest props) | 528 | (defun define-abbrev (table name expansion &optional hook &rest props) |