diff options
author | Tom Tromey <tromey@redhat.com> | 2010-07-27 18:37:25 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-07-27 18:37:25 +0200 |
commit | ae0c249465611c8022c5549a2a3e322b14df3f42 (patch) | |
tree | 6f39e725756363aa3873bcba826a2a28d72850ff /lisp/progmodes/simula.el | |
parent | 6079970319ac22f18c341d34da439e3e2e021e49 (diff) | |
download | emacs-ae0c249465611c8022c5549a2a3e322b14df3f42.tar.gz |
Derive programming modes from prog-mode.
* progmodes/js.el (js-mode):
* progmodes/make-mode.el (makefile-mode):
* progmodes/simula.el (simula-mode):
* progmodes/tcl.el (tcl-mode): Derive from prog-mode.
Diffstat (limited to 'lisp/progmodes/simula.el')
-rw-r--r-- | lisp/progmodes/simula.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/simula.el b/lisp/progmodes/simula.el index 3f842903b0d..f8d1a6aca97 100644 --- a/lisp/progmodes/simula.el +++ b/lisp/progmodes/simula.el @@ -330,7 +330,7 @@ for SIMULA mode to function correctly." (popup-menu (cons (concat mode-name " Mode Commands") simula-mode-menu))) ;;;###autoload -(define-derived-mode simula-mode nil "Simula" +(define-derived-mode simula-mode prog-mode "Simula" "Major mode for editing SIMULA code. \\{simula-mode-map} Variables controlling indentation style: |