emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/simple.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el,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: lisp/simple.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/simple.el,v
retrieving revision 1.901
retrieving revision 1.902
diff -u -b -r1.901 -r1.902
--- lisp/simple.el      12 Feb 2008 02:25:08 -0000      1.901
+++ lisp/simple.el      17 Feb 2008 16:57:41 -0000      1.902
@@ -3586,7 +3586,9 @@
 Invoke \\[apropos-documentation] and type \"transient\" or
 \"mark.*active\" at the prompt, to see the documentation of
 commands which are sensitive to the Transient Mark mode."
-  :global t :group 'editing-basics)
+  :global t 
+  :init-value (not noninteractive)
+  :group 'editing-basics)
 
 (defvar widen-automatically t
   "Non-nil means it is ok for commands to call `widen' when they want to.




reply via email to

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