Mercurial > emacs
changeset 87394:06a2cf746b9d
(use-region-p): Renamed from `region-active-p'.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 25 Dec 2007 22:12:56 +0000 |
parents | c5dbee67727b |
children | 0bcb1aa03dad |
files | lisp/simple.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Tue Dec 25 21:07:12 2007 +0000 +++ b/lisp/simple.el Tue Dec 25 22:12:56 2007 +0000 @@ -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