Mercurial > emacs
comparison lisp/progmodes/sh-script.el @ 90188:01137c1fdbe9
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-57
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 324-352)
- Merge from gnus--rel--5.10
- Update from CVS
- etc/emacs-buffer.gdb: Remove RCS keywords
* gnus--rel--5.10 (patch 70-79)
- Update from CVS
- Merge from emacs--cvs-trunk--0
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 06 Jun 2005 02:39:45 +0000 |
parents | 5b029ff3b08d f2892faa87d4 |
children | a1b34dec1104 |
comparison
equal
deleted
inserted
replaced
90187:587ea1490d70 | 90188:01137c1fdbe9 |
---|---|
1390 (match-string 2)) | 1390 (match-string 2)) |
1391 ((and buffer-file-name | 1391 ((and buffer-file-name |
1392 (string-match "\\.m?spec\\'" buffer-file-name)) | 1392 (string-match "\\.m?spec\\'" buffer-file-name)) |
1393 "rpm"))))) | 1393 "rpm"))))) |
1394 (sh-set-shell (or interpreter sh-shell-file) nil nil)) | 1394 (sh-set-shell (or interpreter sh-shell-file) nil nil)) |
1395 (run-hooks 'sh-mode-hook)) | 1395 (run-mode-hooks 'sh-mode-hook)) |
1396 | 1396 |
1397 ;;;###autoload | 1397 ;;;###autoload |
1398 (defalias 'shell-script-mode 'sh-mode) | 1398 (defalias 'shell-script-mode 'sh-mode) |
1399 | 1399 |
1400 | 1400 |