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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el
Date: Sun, 16 Dec 2001 12:27:44 -0500

Index: emacs/lisp/progmodes/sh-script.el
diff -c emacs/lisp/progmodes/sh-script.el:1.107 
emacs/lisp/progmodes/sh-script.el:1.108
*** emacs/lisp/progmodes/sh-script.el:1.107     Wed Nov 21 06:12:18 2001
--- emacs/lisp/progmodes/sh-script.el   Sun Dec 16 12:27:44 2001
***************
*** 1342,1348 ****
                 ((and buffer-file-name
                       (string-match "\\.m?spec$" buffer-file-name))
                  "rpm")))))
!     (sh-set-shell (or interpreter sh-shell-file) nil nil)))
  
  ;;;###autoload
  (defalias 'shell-script-mode 'sh-mode)
--- 1342,1349 ----
                 ((and buffer-file-name
                       (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)



reply via email to

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