From 781bcce1196376b3db26a1c298f72779e819db76 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 9 Aug 2020 18:23:45 +0200 Subject: [PATCH] Revert obsoletion of manual-entry Ref: https://lists.gnu.org/archive/html/emacs-devel/2020-08/msg00167.html * lisp/man.el (manual-entry): Revert obsoletion of this alias. --- lisp/man.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/man.el b/lisp/man.el index e1dd5037c46..3121334c6f9 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -838,7 +838,7 @@ POS defaults to `point'." ;; For compatibility with older versions. ;;;###autoload -(define-obsolete-function-alias 'manual-entry 'man "28.1") +(defalias 'manual-entry 'man) (defvar Man-completion-cache nil ;; On my machine, "man -k" is so fast that a cache makes no sense, -- 2.39.5