[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 7899fa4: Declare some ancient compat aliases obsolete (Bug#41
From: |
Michael Heerdegen |
Subject: |
Re: master 7899fa4: Declare some ancient compat aliases obsolete (Bug#41328) |
Date: |
Sun, 09 Aug 2020 13:34:28 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
stefankangas@gmail.com (Stefan Kangas) writes:
> ;; For compatibility with older versions.
> ;;;###autoload
> -(defalias 'manual-entry 'man)
> +(define-obsolete-function-alias 'manual-entry 'man "28.1")
FWIW - but: I lost 30 minutes to find out why completion is broken: M-x
manu TAB doesn't complete any more to manual-entry (you get "no match"),
although manual-entry RET works. If you don't know that the above
change has been made, this behavior is very confusing.
Michael.
- Re: master 7899fa4: Declare some ancient compat aliases obsolete (Bug#41328),
Michael Heerdegen <=