1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(syms_of_callint): Fix DEFVAR_LISP for Vmark_even_if_inactive to use right

Lisp symbol name (without V prepended).
This commit is contained in:
Roland McGrath 1993-07-08 23:44:01 +00:00
parent ff7351344a
commit 2ad6c95919

View File

@ -662,7 +662,7 @@ Bound each time `call-interactively' is called;\n\
may be set by the debugger as a reminder for itself.");
Vcommand_debug_status = Qnil;
DEFVAR_LISP ("Vmark-even-if-inactive", &Vmark_even_if_inactive,
DEFVAR_LISP ("mark-even-if-inactive", &Vmark_even_if_inactive,
"*Non-nil means you can use the mark even when inactive.\n\
This option makes a difference in Transient Mark mode.\n\
When the option is non-nil, deactivation of the mark\n\