From: Stefan Kangas Date: Sun, 9 Aug 2020 16:23:45 +0000 (+0200) Subject: Revert obsoletion of manual-entry X-Git-Tag: emacs-28.0.90~6724 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=781bcce1196376b3db26a1c298f72779e819db76;p=emacs.git 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. --- 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,