]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_callint): Fix DEFVAR_LISP for Vmark_even_if_inactive to use right
authorRoland McGrath <roland@gnu.org>
Thu, 8 Jul 1993 23:44:01 +0000 (23:44 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 8 Jul 1993 23:44:01 +0000 (23:44 +0000)
Lisp symbol name (without V prepended).

src/callint.c

index f7590e4164a43239ac5b80d87df5535d0060f356..3c0cc8c5475061deade6efc87662714f2725c933 100644 (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\