]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert obsoletion of manual-entry
authorStefan Kangas <stefankangas@gmail.com>
Sun, 9 Aug 2020 16:23:45 +0000 (18:23 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sun, 9 Aug 2020 16:28:46 +0000 (18:28 +0200)
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

index e1dd5037c46dff3489644219c66c3063989ecfc4..3121334c6f94a0c2245728c07aaec63e2faca622 100644 (file)
@@ -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,