emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/callint.c,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/callint.c,v
Date: Sun, 17 Feb 2008 16:57:45 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/02/17 16:57:44

Index: src/callint.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/callint.c,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -b -r1.159 -r1.160
--- src/callint.c       8 Jan 2008 20:44:22 -0000       1.159
+++ src/callint.c       17 Feb 2008 16:57:39 -0000      1.160
@@ -960,7 +960,7 @@
 When the option is non-nil, deactivation of the mark
 turns off region highlighting, but commands that use the mark
 behave as if the mark were still active.  */);
-  Vmark_even_if_inactive = Qnil;
+  Vmark_even_if_inactive = Qt;
 
   DEFVAR_LISP ("mouse-leave-buffer-hook", &Vmouse_leave_buffer_hook,
               doc: /* Hook to run when about to switch windows with a mouse 
command.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]