Mercurial > hg > xemacs-beta
comparison lisp/comint/gud.el @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children | 0293115a14e9 |
comparison
equal
deleted
inserted
replaced
1:c0c6a60d29db | 2:ac2d302a0011 |
---|---|
401 ;; | 401 ;; |
402 ;; NAME - take an instance, return a name for this type buffer for that | 402 ;; NAME - take an instance, return a name for this type buffer for that |
403 ;; instance. | 403 ;; instance. |
404 ;; The remaining function(s) are optional: | 404 ;; The remaining function(s) are optional: |
405 ;; | 405 ;; |
406 ;; MODE - called in new new buffer with no arguments, should establish | 406 ;; MODE - called in the new buffer with no arguments, should establish |
407 ;; the proper mode for the buffer. | 407 ;; the proper mode for the buffer. |
408 ;; | 408 ;; |
409 | 409 |
410 (defvar gdb-instance-buffer-rules-assoc '()) | 410 (defvar gdb-instance-buffer-rules-assoc '()) |
411 | 411 |