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/sh-script.el


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el
Date: Thu, 26 May 2005 12:39:44 -0400

Index: emacs/lisp/progmodes/sh-script.el
diff -c emacs/lisp/progmodes/sh-script.el:1.155 
emacs/lisp/progmodes/sh-script.el:1.156
*** emacs/lisp/progmodes/sh-script.el:1.155     Fri May 20 13:28:38 2005
--- emacs/lisp/progmodes/sh-script.el   Thu May 26 16:39:28 2005
***************
*** 1392,1398 ****
                       (string-match "\\.m?spec\\'" buffer-file-name))
                  "rpm")))))
      (sh-set-shell (or interpreter sh-shell-file) nil nil))
!   (run-hooks 'sh-mode-hook))
  
  ;;;###autoload
  (defalias 'shell-script-mode 'sh-mode)
--- 1392,1398 ----
                       (string-match "\\.m?spec\\'" buffer-file-name))
                  "rpm")))))
      (sh-set-shell (or interpreter sh-shell-file) nil nil))
!   (run-mode-hooks 'sh-mode-hook))
  
  ;;;###autoload
  (defalias 'shell-script-mode 'sh-mode)




reply via email to

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