aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/sh-script.el3
1 files changed, 0 insertions, 3 deletions
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.
1236This mode works for many shells, since they all have roughly the same syntax, 1233This mode works for many shells, since they all have roughly the same syntax,