diff lisp/gud.el @ 17658:c8e002cdebb2

(gud-mode): Add a mode-class property.
author Richard M. Stallman <rms@gnu.org>
date Mon, 05 May 1997 04:22:06 +0000
parents a94faa952a55
children d2c64a1563f7
line wrap: on
line diff
--- a/lisp/gud.el	Mon May 05 04:19:41 1997 +0000
+++ b/lisp/gud.el	Mon May 05 04:22:06 1997 +0000
@@ -1069,6 +1069,8 @@
 (defvar gud-delete-prompt-marker nil)
 
 
+(put 'gud-mode 'mode-class 'special)
+
 (defun gud-mode ()
   "Major mode for interacting with an inferior debugger process.