# HG changeset patch # User Andreas Schwab # Date 1059854929 0 # Node ID 7c42865bf87c2a2e78321f0f93f8de501ddb7a5b # Parent 6e131215906bf3e76151149c2c163f69840b7407 (sh-mode): Don't set mode-class property. diff -r 6e131215906b -r 7c42865bf87c lisp/progmodes/sh-script.el --- 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,