bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#7308: [patch] locate under windoze


From: Eduard Wiebe
Subject: bug#7308: [patch] locate under windoze
Date: Mon, 01 Nov 2010 08:46:32 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Glenn Morris <rgm@gnu.org> writes:

> Eduard Wiebe wrote:
>
>> +;;;###autoload
>> +(defcustom locate-post-command-hook nil
> [...]
>> +;;;###autoload
>> +(defcustom locate-mode-hook nil
>
> Just a comment that -hook variables do not need to be defined; 

Huch? Don't even defcustomized? 

grep -nH -e "^(defcustom .*hook" *.el

abbrev.el:465:(defcustom pre-abbrev-expand-hook nil
align.el:129:(defcustom align-load-hook nil
arc-mode.el:144:(defcustom archive-extract-hooks nil
...

How will you customize such a variable?

> and they absolutely do not need to be autoloaded.

Ok. Thanks for the hint.

-- 
Eduard Wiebe





reply via email to

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