diff options
| author | Andreas Schwab | 2003-08-02 20:09:42 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2003-08-02 20:09:42 +0000 |
| commit | cbc72cf5cfbbcd7a0a4969f0e73266e43f2b8a98 (patch) | |
| tree | ac360347d9d70746d6e3b878cd40e047f962763f | |
| parent | 5a1173cba051ce5e8d943898bf69d18f7440053e (diff) | |
| download | emacs-cbc72cf5cfbbcd7a0a4969f0e73266e43f2b8a98.tar.gz emacs-cbc72cf5cfbbcd7a0a4969f0e73266e43f2b8a98.zip | |
(sh-mode): Don't set mode-class property.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/progmodes/sh-script.el | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d3667cdb0ca..78643a290b2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2003-08-02 Andreas Schwab <schwab@suse.de> | ||
| 2 | |||
| 3 | * progmodes/sh-script.el (sh-mode): Don't set mode-class property. | ||
| 4 | |||
| 1 | 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 5 | 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 2 | 6 | ||
| 3 | * lpr.el (printify-region): It was ending conversion before the | 7 | * lpr.el (printify-region): It was ending conversion before the |
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 351d6e81c7b..341a0d179e7 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el | |||
| @@ -1228,9 +1228,6 @@ frequently editing existing scripts with different styles.") | |||
| 1228 | ;; mode-command and utility functions | 1228 | ;; mode-command and utility functions |
| 1229 | 1229 | ||
| 1230 | ;;;###autoload | 1230 | ;;;###autoload |
| 1231 | (put 'sh-mode 'mode-class 'special) | ||
| 1232 | |||
| 1233 | ;;;###autoload | ||
| 1234 | (defun sh-mode () | 1231 | (defun sh-mode () |
| 1235 | "Major mode for editing shell scripts. | 1232 | "Major mode for editing shell scripts. |
| 1236 | This mode works for many shells, since they all have roughly the same syntax, | 1233 | This mode works for many shells, since they all have roughly the same syntax, |