# HG changeset patch # User Richard M. Stallman # Date 1198620776 0 # Node ID 06a2cf746b9dc844d114eb0af3562c2bed78cc7b # Parent c5dbee67727b5dc13d0ea37b636ad85e1105a8f7 (use-region-p): Renamed from `region-active-p'. diff -r c5dbee67727b -r 06a2cf746b9d lisp/simple.el --- 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