summaryrefslogtreecommitdiff
path: root/lisp/man.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2020-08-09 18:23:45 +0200
committerStefan Kangas <stefankangas@gmail.com>2020-08-09 18:28:46 +0200
commit781bcce1196376b3db26a1c298f72779e819db76 (patch)
treee5810631665f1f6b6b4f8ca79340906ee8d03773 /lisp/man.el
parentec323389e75303c469b68a54b02bcd7123e2d60b (diff)
downloademacs-781bcce1196376b3db26a1c298f72779e819db76.tar.gz
emacs-781bcce1196376b3db26a1c298f72779e819db76.tar.bz2
emacs-781bcce1196376b3db26a1c298f72779e819db76.zip
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.
Diffstat (limited to 'lisp/man.el')
-rw-r--r--lisp/man.el2
1 files changed, 1 insertions, 1 deletions
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,