diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-12-16 01:35:50 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-12-16 01:35:50 +0000 |
commit | ec5092d53cb3faaf8e0faee42ab165a1aba1f87d (patch) | |
tree | 5a69b1ec6702933307a5b5a79fd85222d103814a /lisp/abbrev.el | |
parent | 1781e0210be2b1e74a2ed7b619dc1d94cc6f51da (diff) | |
download | emacs-ec5092d53cb3faaf8e0faee42ab165a1aba1f87d.tar.gz |
(only-global-abbrevs): Use defvar.
Diffstat (limited to 'lisp/abbrev.el')
-rw-r--r-- | lisp/abbrev.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/abbrev.el b/lisp/abbrev.el index ce737e2b985..ff6ae3ac672 100644 --- a/lisp/abbrev.el +++ b/lisp/abbrev.el @@ -27,7 +27,7 @@ ;;; Code: -(defconst only-global-abbrevs nil "\ +(defvar only-global-abbrevs nil "\ *t means user plans to use global abbrevs only. Makes the commands to define mode-specific abbrevs define global ones instead.") |