|
| From: | Bastien |
| Subject: | bug#11104: 24.0.94; (void-function make-local-hook): Update NEWS maybe? |
| Date: | Tue, 27 Mar 2012 22:02:07 +0200 |
| User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux) |
Glenn Morris <address@hidden> writes:
> Jambunathan K wrote:
>
>> Any workaround I can put locally in dictionary?
>
> Delete any calls to make-local-hook. They are... not needed.
> They do nothing (since Emacs 21.1).
Comment to my previous message in this thread:
(defalias 'make-local-hook
(if (featurep 'xemacs)
'make-local-hook
'ignore))
is actually the same function that `gnus-make-local-hook'.
Adding the defalias above is a more generalized backward-compatibility
fix that other packages than Gnus would be aware of. Should we add it
to Emacs?
--
Bastien
| [Prev in Thread] | Current Thread | [Next in Thread] |