changeset 16689:714ddb9d5974

(only-global-abbrevs): Use defvar.
author Richard M. Stallman <rms@gnu.org>
date Mon, 16 Dec 1996 01:35:50 +0000
parents 394ac4b8dcef
children 97029c2699a7
files lisp/abbrev.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/abbrev.el	Mon Dec 16 01:33:54 1996 +0000
+++ b/lisp/abbrev.el	Mon Dec 16 01:35:50 1996 +0000
@@ -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.")