From: Richard M. Stallman Date: Tue, 25 Dec 2007 22:12:56 +0000 (+0000) Subject: (use-region-p): Renamed from `region-active-p'. X-Git-Tag: emacs-pretest-23.0.90~8845 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cb3a9d33b3477fbd29afae84c7e8253051e57d75;p=emacs.git (use-region-p): Renamed from `region-active-p'. --- diff --git a/lisp/simple.el b/lisp/simple.el index 3a17af8a3d3..7082c7c4cdd 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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