comparison src/callint.c @ 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 77cb08d1c4a5
children 1fc792473491
comparison
equal deleted inserted replaced
4045:a37868b332ac 4046:79184227e7f9
660 "Debugging status of current interactive command.\n\ 660 "Debugging status of current interactive command.\n\
661 Bound each time `call-interactively' is called;\n\ 661 Bound each time `call-interactively' is called;\n\
662 may be set by the debugger as a reminder for itself."); 662 may be set by the debugger as a reminder for itself.");
663 Vcommand_debug_status = Qnil; 663 Vcommand_debug_status = Qnil;
664 664
665 DEFVAR_LISP ("Vmark-even-if-inactive", &Vmark_even_if_inactive, 665 DEFVAR_LISP ("mark-even-if-inactive", &Vmark_even_if_inactive,
666 "*Non-nil means you can use the mark even when inactive.\n\ 666 "*Non-nil means you can use the mark even when inactive.\n\
667 This option makes a difference in Transient Mark mode.\n\ 667 This option makes a difference in Transient Mark mode.\n\
668 When the option is non-nil, deactivation of the mark\n\ 668 When the option is non-nil, deactivation of the mark\n\
669 turns off region highlighting, but commands that use the mark\n\ 669 turns off region highlighting, but commands that use the mark\n\
670 behave as if the mark were still active."); 670 behave as if the mark were still active.");