summaryrefslogtreecommitdiff
path: root/lisp/gud.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-05-05 04:22:06 +0000
committerRichard M. Stallman <rms@gnu.org>1997-05-05 04:22:06 +0000
commitc47264b36397db7eaef01a3456c53351fea31995 (patch)
tree2369c4cbe279a5066221875d8eee1cdee3daddf6 /lisp/gud.el
parent05e9907c40cf5a5fc3fc54025af29c773a57586e (diff)
downloademacs-c47264b36397db7eaef01a3456c53351fea31995.tar.gz
(gud-mode): Add a mode-class property.
Diffstat (limited to 'lisp/gud.el')
-rw-r--r--lisp/gud.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/gud.el b/lisp/gud.el
index 8227b8be97e..2bc3affb1fa 100644
--- a/lisp/gud.el
+++ b/lisp/gud.el
@@ -1069,6 +1069,8 @@ and source-file directory for your debugger."
(defvar gud-delete-prompt-marker nil)
+(put 'gud-mode 'mode-class 'special)
+
(defun gud-mode ()
"Major mode for interacting with an inferior debugger process.