]> git.eshelyaron.com Git - emacs.git/commitdiff
(makefile-mode): Use run-mode-hooks.
authorRichard M. Stallman <rms@gnu.org>
Thu, 19 May 2005 15:46:19 +0000 (15:46 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 19 May 2005 15:46:19 +0000 (15:46 +0000)
lisp/ChangeLog
lisp/progmodes/make-mode.el

index cf703845c0fa5b57c14e84e8b79ced75a2d4f1bc..0d49f580ecd34f777c50962ea06fe518c884dbee 100644 (file)
@@ -1,3 +1,25 @@
+2005-05-19  Richard M. Stallman  <rms@gnu.org>
+
+       * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
+
+       * subr.el (event-basic-type): Don't get an error.
+       (left-fringe-p): Function deleted.
+
+       * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
+
+       * dired-aux.el (dired-copy-file-recursive): Handle symlinks
+       in recursive copy.
+
+       * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
+
+       * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
+
+       * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
+       Call byte-compile-nogroup-warn if appropriate.
+
+       * progmodes/compile.el (compilation-finish-function): Mark obsolete.
+       (compilation-set-window): Don't call left-fringe-p; do it directly.
+       
 2005-05-19  Jay Belanger  <belanger@truman.edu>
 
        * calc/calc-graph.el (calc-graph-format-data): Make sure
index b4ed05957db2dd9d4f833c8519def7aa43a86141..86002768757a3c493fe57a82c0eee6dd1d8d57bd 100644 (file)
@@ -831,7 +831,7 @@ Makefile mode can be configured by modifying the following variables:
 
   ;; Real TABs are important in makefiles
   (setq indent-tabs-mode t)
-  (run-hooks 'makefile-mode-hook))
+  (run-mode-hooks 'makefile-mode-hook))
 
 ;; These should do more than just differentiate font-lock.
 ;;;###autoload