From 4abeb61fc966fe708b26abcad13fc229ed44bc5d Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 9 Aug 2022 12:16:15 +0200 Subject: [PATCH] * 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 336c5f1bde2..31fcf01949f 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 -- 2.39.2