1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-08 15:35:02 +00:00

(only-global-abbrevs): Use defvar.

This commit is contained in:
Richard M. Stallman 1996-12-16 01:35:50 +00:00
parent 1781e0210b
commit ec5092d53c

View File

@ -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.")