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:
parent
05e9907c40
commit
c47264b363
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user