Mercurial > emacs
changeset 52099:7c42865bf87c
(sh-mode): Don't set mode-class property.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Sat, 02 Aug 2003 20:08:49 +0000 |
parents | 6e131215906b |
children | c91248761df3 |
files | lisp/progmodes/sh-script.el |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/sh-script.el Fri Aug 01 23:40:00 2003 +0000 +++ b/lisp/progmodes/sh-script.el Sat Aug 02 20:08:49 2003 +0000 @@ -1228,9 +1228,6 @@ ;; mode-command and utility functions ;;;###autoload -(put 'sh-mode 'mode-class 'special) - -;;;###autoload (defun sh-mode () "Major mode for editing shell scripts. This mode works for many shells, since they all have roughly the same syntax,