From ec5092d53cb3faaf8e0faee42ab165a1aba1f87d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 16 Dec 1996 01:35:50 +0000 Subject: [PATCH] (only-global-abbrevs): Use defvar. --- lisp/abbrev.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.") -- 2.39.5