1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-12 10:44:12 -08:00

(sh-mode): Don't set mode-class property.

This commit is contained in:
Andreas Schwab 2003-08-02 20:09:42 +00:00
parent 5a1173cba0
commit cbc72cf5cf
2 changed files with 4 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2003-08-02 Andreas Schwab <schwab@suse.de>
* progmodes/sh-script.el (sh-mode): Don't set mode-class property.
2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* lpr.el (printify-region): It was ending conversion before the

View file

@ -1227,9 +1227,6 @@ frequently editing existing scripts with different styles.")
;; mode-command and utility functions
;;;###autoload
(put 'sh-mode 'mode-class 'special)
;;;###autoload
(defun sh-mode ()
"Major mode for editing shell scripts.