emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 781bcce: Revert obsoletion of manual-entry


From: Stefan Kangas
Subject: master 781bcce: Revert obsoletion of manual-entry
Date: Sun, 9 Aug 2020 12:28:56 -0400 (EDT)

branch: master
commit 781bcce1196376b3db26a1c298f72779e819db76
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    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 e1dd503..3121334 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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]