emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/make-mode.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/make-mode.el
Date: Thu, 19 May 2005 11:46:01 -0400

Index: emacs/lisp/progmodes/make-mode.el
diff -c emacs/lisp/progmodes/make-mode.el:1.95 
emacs/lisp/progmodes/make-mode.el:1.96
*** emacs/lisp/progmodes/make-mode.el:1.95      Thu May 19 02:16:32 2005
--- emacs/lisp/progmodes/make-mode.el   Thu May 19 15:46:00 2005
***************
*** 831,837 ****
  
    ;; Real TABs are important in makefiles
    (setq indent-tabs-mode t)
!   (run-hooks 'makefile-mode-hook))
  
  ;; These should do more than just differentiate font-lock.
  ;;;###autoload
--- 831,837 ----
  
    ;; Real TABs are important in makefiles
    (setq indent-tabs-mode t)
!   (run-mode-hooks 'makefile-mode-hook))
  
  ;; These should do more than just differentiate font-lock.
  ;;;###autoload




reply via email to

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