emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 4abeb61fc9 2/3: * lisp/isearch.el (isearch-mode-help): Make compa


From: Stefan Kangas
Subject: master 4abeb61fc9 2/3: * lisp/isearch.el (isearch-mode-help): Make compat alias obsolete.
Date: Tue, 9 Aug 2022 07:20:15 -0400 (EDT)

branch: master
commit 4abeb61fc966fe708b26abcad13fc229ed44bc5d
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * lisp/isearch.el (isearch-mode-help): Make compat alias obsolete.
---
 lisp/isearch.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/isearch.el b/lisp/isearch.el
index 336c5f1bde..31fcf01949 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -537,8 +537,6 @@ This is like `describe-bindings', but displays only Isearch 
keys."
     (describe-function 'isearch-forward))
   (when isearch-mode (isearch-update)))
 
-(defalias 'isearch-mode-help 'isearch-describe-mode)
-
 
 ;; Define isearch-mode keymap.
 
@@ -4636,6 +4634,8 @@ CASE-FOLD non-nil means the search was case-insensitive."
                        (replace-regexp-in-string "\"" "[\"“”]")))))
     (buffer-local-restore-state isearch-fold-quotes-mode--state)))
 
+(define-obsolete-function-alias 'isearch-mode-help #'isearch-describe-mode 
"29.1")
+
 (provide 'isearch)
 
 ;;; isearch.el ends here



reply via email to

[Prev in Thread] Current Thread [Next in Thread]