]> git.eshelyaron.com Git - emacs.git/commitdiff
(sh-mode): Don't set mode-class property.
authorAndreas Schwab <schwab@suse.de>
Sat, 2 Aug 2003 20:09:42 +0000 (20:09 +0000)
committerAndreas Schwab <schwab@suse.de>
Sat, 2 Aug 2003 20:09:42 +0000 (20:09 +0000)
lisp/ChangeLog
lisp/progmodes/sh-script.el

index d3667cdb0ca380384acfc655c28705de2dd39050..78643a290b28c9c2f42544e42a19b588aa928502 100644 (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
index 351d6e81c7b65b282e1d52d471ffbc752e1a9b68..341a0d179e7e6e2d432c50153a00c1c32ed941e4 100644 (file)
@@ -1227,9 +1227,6 @@ frequently editing existing scripts with different styles.")
 \f
 ;; mode-command and utility functions
 
-;;;###autoload
-(put 'sh-mode 'mode-class 'special)
-
 ;;;###autoload
 (defun sh-mode ()
   "Major mode for editing shell scripts.