summaryrefslogtreecommitdiff
path: root/lisp/abbrev.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-12-16 01:35:50 +0000
committerRichard M. Stallman <rms@gnu.org>1996-12-16 01:35:50 +0000
commitec5092d53cb3faaf8e0faee42ab165a1aba1f87d (patch)
tree5a69b1ec6702933307a5b5a79fd85222d103814a /lisp/abbrev.el
parent1781e0210be2b1e74a2ed7b619dc1d94cc6f51da (diff)
downloademacs-ec5092d53cb3faaf8e0faee42ab165a1aba1f87d.tar.gz
(only-global-abbrevs): Use defvar.
Diffstat (limited to 'lisp/abbrev.el')
-rw-r--r--lisp/abbrev.el2
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.")