From: Richard M. Stallman Date: Thu, 19 May 2005 15:46:19 +0000 (+0000) Subject: (makefile-mode): Use run-mode-hooks. X-Git-Tag: ttn-vms-21-2-B4~140 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e1c45277c5ff6a8be642a972cab87e3ea30add26;p=emacs.git (makefile-mode): Use run-mode-hooks. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cf703845c0f..0d49f580ecd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,25 @@ +2005-05-19 Richard M. Stallman + + * 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 * calc/calc-graph.el (calc-graph-format-data): Make sure diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index b4ed05957db..86002768757 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el @@ -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