From: Richard M. Stallman Date: Mon, 16 Dec 1996 01:35:50 +0000 (+0000) Subject: (only-global-abbrevs): Use defvar. X-Git-Tag: emacs-20.1~3255 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ec5092d53cb3faaf8e0faee42ab165a1aba1f87d;p=emacs.git (only-global-abbrevs): Use defvar. --- 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.")