From cb3a9d33b3477fbd29afae84c7e8253051e57d75 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 25 Dec 2007 22:12:56 +0000 Subject: [PATCH] (use-region-p): Renamed from `region-active-p'. --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2