]> git.eshelyaron.com Git - emacs.git/commitdiff
(use-region-p): Renamed from `region-active-p'.
authorRichard M. Stallman <rms@gnu.org>
Tue, 25 Dec 2007 22:12:56 +0000 (22:12 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 25 Dec 2007 22:12:56 +0000 (22:12 +0000)
lisp/simple.el

index 3a17af8a3d3dedf69dc6a2fb824a6e217f0a04da..7082c7c4cdd545ae3852f1c87b911867eb3127fd 100644 (file)
@@ -3366,7 +3366,7 @@ region as if it were not active."
   :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