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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el,v
Date: Tue, 25 Dec 2007 22:12:56 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/12/25 22:12:56

Index: simple.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/simple.el,v
retrieving revision 1.893
retrieving revision 1.894
diff -u -b -r1.893 -r1.894
--- simple.el   25 Dec 2007 20:18:07 -0000      1.893
+++ simple.el   25 Dec 2007 22:12:56 -0000      1.894
@@ -3366,7 +3366,7 @@
   :version "23.1"
   :group 'editing-basics)
 
-(defun region-active-p ()
+(defun use-region-p ()
   "Return t if certain commands should apply to the region.
 Certain commands normally apply to text near point,
 but in Transient Mark mode when the mark is active they apply




reply via email to

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