From 0be0f927630d048ab3d8ce05abb9631b15cddfde Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 6 Jul 2024 17:09:24 +0200 Subject: [PATCH] Make `lm-homepage` into an obsolete alias for 'lm-website' * lisp/emacs-lisp/lisp-mnt.el (lm-homepage): Make into an obsolete function alias for 'lm-website'. (cherry picked from commit 3cde0066998bc46a44a38583970d748badb0b850) --- lisp/emacs-lisp/lisp-mnt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/lisp-mnt.el b/lisp/emacs-lisp/lisp-mnt.el index f2ca2edca25..fe692865eba 100644 --- a/lisp/emacs-lisp/lisp-mnt.el +++ b/lisp/emacs-lisp/lisp-mnt.el @@ -559,7 +559,6 @@ absent, return nil." (if (and page (string-match (rx bol "<" (+ nonl) ">" eol) page)) (substring page 1 -1) page))) -(defalias 'lm-homepage #'lm-website) ; for backwards-compatibility ;;; Verification and synopses @@ -690,6 +689,7 @@ Prompts for bug subject TOPIC. Leaves you in a mail buffer." (define-obsolete-function-alias 'lm-code-mark #'lm-code-start "30.1") (define-obsolete-function-alias 'lm-commentary-mark #'lm-commentary-start "30.1") (define-obsolete-function-alias 'lm-history-mark #'lm-history-start "30.1") +(define-obsolete-function-alias 'lm-homepage #'lm-website "31.1") (provide 'lisp-mnt) -- 2.39.2