]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-deps, autoloads): Fix *-hooks -> *-hook.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 30 Oct 2004 16:43:18 +0000 (16:43 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 30 Oct 2004 16:43:18 +0000 (16:43 +0000)
lisp/ChangeLog
lisp/makefile.w32-in

index 379136ee0a662f11dc4ced964aa806cf1f4806aa..43f98adbef9a46e469198fc96c7d1ae676137046 100644 (file)
@@ -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.
 
index b2694bc2b78e1b1112e39b654ec60f798a0392d7..76a63a78b5295805c2619a1caf07c694f9667781 100644 (file)
@@ -170,7 +170,7 @@ cus-load.el:
        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 @@ loaddefs.el-CMD:
 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) \