diff options
| author | Richard M. Stallman <rms@gnu.org> | 1997-05-05 04:22:06 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1997-05-05 04:22:06 +0000 |
| commit | c47264b36397db7eaef01a3456c53351fea31995 (patch) | |
| tree | 2369c4cbe279a5066221875d8eee1cdee3daddf6 | |
| parent | 05e9907c40cf5a5fc3fc54025af29c773a57586e (diff) | |
| download | emacs-c47264b36397db7eaef01a3456c53351fea31995.tar.gz | |
(gud-mode): Add a mode-class property.
| -rw-r--r-- | lisp/gud.el | 2 |
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. |
