changeset 4046:79184227e7f9

(syms_of_callint): Fix DEFVAR_LISP for Vmark_even_if_inactive to use right Lisp symbol name (without V prepended).
author Roland McGrath <roland@gnu.org>
date Thu, 08 Jul 1993 23:44:01 +0000
parents a37868b332ac
children e950abdc9ed2
files src/callint.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/callint.c	Thu Jul 08 23:31:58 1993 +0000
+++ b/src/callint.c	Thu Jul 08 23:44:01 1993 +0000
@@ -662,7 +662,7 @@
 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\