summaryrefslogtreecommitdiff
path: root/src/callint.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1993-07-08 23:44:01 +0000
committerRoland McGrath <roland@gnu.org>1993-07-08 23:44:01 +0000
commit44eac5a06bf29df51b3bb6fc3f22cfec75132316 (patch)
tree34163f6f72e29be82e8da2465ec21b8ad5ad8fbf /src/callint.c
parent077ef6db82400aa7b03577dc6c7582e01419e07a (diff)
downloademacs-44eac5a06bf29df51b3bb6fc3f22cfec75132316.tar.gz
(syms_of_callint): Fix DEFVAR_LISP for Vmark_even_if_inactive to use right
Lisp symbol name (without V prepended).
Diffstat (limited to 'src/callint.c')
-rw-r--r--src/callint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callint.c b/src/callint.c
index f7590e4164a..3c0cc8c5475 100644
--- a/src/callint.c
+++ b/src/callint.c
@@ -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\