projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec32338
)
Revert obsoletion of manual-entry
author
Stefan Kangas
<stefankangas@gmail.com>
Sun, 9 Aug 2020 16:23:45 +0000
(18:23 +0200)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/lisp/man.el
b/lisp/man.el
index e1dd5037c46dff3489644219c66c3063989ecfc4..3121334c6f94a0c2245728c07aaec63e2faca622 100644
(file)
--- a/
lisp/man.el
+++ b/
lisp/man.el
@@
-838,7
+838,7
@@
POS defaults to `point'."
;; For compatibility with older versions.
;;;###autoload
-(def
ine-obsolete-function-alias 'manual-entry 'man "28.1"
)
+(def
alias 'manual-entry 'man
)
(defvar Man-completion-cache nil
;; On my machine, "man -k" is so fast that a cache makes no sense,