Mercurial > emacs
changeset 57797:dc994538d85a
(custom-deps, autoloads): Fix *-hooks -> *-hook.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 30 Oct 2004 16:43:18 +0000 |
parents | 094e5f10cb38 |
children | bb24af8f5452 |
files | lisp/ChangeLog lisp/makefile.w32-in |
diffstat | 2 files changed, 11 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Oct 30 01:08:00 2004 +0000 +++ b/lisp/ChangeLog Sat Oct 30 16:43:18 2004 +0000 @@ -1,12 +1,16 @@ +2004-10-30 Stefan <monnier@iro.umontreal.ca> + + * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook. + 2004-10-30 Juri Linkov <juri@jurta.org> * help.el (function-called-at-point): - * help-fns.el (variable-at-point): read -> intern. + * help-fns.el (variable-at-point): Read -> intern. 2004-10-30 Simon Josefsson <jas@extundo.com> - * progmodes/autoconf.el (autoconf-font-lock-keywords): Recognize - AS_* too. + * progmodes/autoconf.el (autoconf-font-lock-keywords): + Recognize AS_* too. 2004-10-29 Simon Josefsson <jas@extundo.com> @@ -75,8 +79,8 @@ 2004-10-28 Kenichi Handa <handa@m17n.org> - * international/utf-8.el (utf-translate-cjk-charsets): Add - katakana-jisx0201. + * international/utf-8.el (utf-translate-cjk-charsets): + Add katakana-jisx0201. * international/subst-jis.el: Add data for JISX0201.
--- a/lisp/makefile.w32-in Sat Oct 30 01:08:00 2004 +0000 +++ b/lisp/makefile.w32-in Sat Oct 30 16:43:18 2004 +0000 @@ -170,7 +170,7 @@ touch $@ custom-deps: cus-load.el doit @echo Directories: $(WINS) - -$(emacs) -l cus-dep --eval $(ARGQUOTE)(setq find-file-hooks nil)$(ARGQUOTE) -f custom-make-dependencies $(lisp) $(WINS) + -$(emacs) -l cus-dep --eval $(ARGQUOTE)(setq find-file-hook nil)$(ARGQUOTE) -f custom-make-dependencies $(lisp) $(WINS) finder-data: doit @echo Directories: $(WINS) @@ -220,7 +220,7 @@ autoloads: loaddefs.el doit @echo Directories: $(WINS) $(emacs) -l autoload \ - --eval $(ARGQUOTE)(setq find-file-hooks nil \ + --eval $(ARGQUOTE)(setq find-file-hook nil \ find-file-suppress-same-file-warnings t \ generated-autoload-file \ $(DQUOTE)$(lisp)/loaddefs.el$(DQUOTE))$(ARGQUOTE) \