/[emacs]/emacs/lisp/progmodes/gdb-ui.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/gdb-ui.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.97 by nickrob, Mon Oct 17 21:09:38 2005 UTC revision 1.98 by nickrob, Mon Oct 24 08:54:18 2005 UTC
# Line 802  The key should be one of the cars in `gd Line 802  The key should be one of the cars in `gd
802    "A comint send filter for gdb.    "A comint send filter for gdb.
803  This filter may simply queue input for a later time."  This filter may simply queue input for a later time."
804    (with-current-buffer gud-comint-buffer    (with-current-buffer gud-comint-buffer
805      (remove-text-properties (point-min) (point-max) '(face)))      (let ((inhibit-read-only t))
806          (remove-text-properties (point-min) (point-max) '(face))))
807    (let ((item (concat string "\n")))    (let ((item (concat string "\n")))
808      (if gud-running      (if gud-running
809        (progn        (progn

Legend:
Removed from v.1.97  
changed lines
  Added in v.1.98

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26