1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(gud-mode): Add a mode-class property.

This commit is contained in:
Richard M. Stallman 1997-05-05 04:22:06 +00:00
parent 05e9907c40
commit c47264b363

View File

@ -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.