emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/gdb-ui.el


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/gdb-ui.el
Date: Mon, 24 Oct 2005 04:54:20 -0400

Index: emacs/lisp/progmodes/gdb-ui.el
diff -c emacs/lisp/progmodes/gdb-ui.el:1.97 emacs/lisp/progmodes/gdb-ui.el:1.98
*** emacs/lisp/progmodes/gdb-ui.el:1.97 Mon Oct 17 21:09:38 2005
--- emacs/lisp/progmodes/gdb-ui.el      Mon Oct 24 08:54:18 2005
***************
*** 802,808 ****
    "A comint send filter for gdb.
  This filter may simply queue input for a later time."
    (with-current-buffer gud-comint-buffer
!     (remove-text-properties (point-min) (point-max) '(face)))
    (let ((item (concat string "\n")))
      (if gud-running
        (progn
--- 802,809 ----
    "A comint send filter for gdb.
  This filter may simply queue input for a later time."
    (with-current-buffer gud-comint-buffer
!     (let ((inhibit-read-only t))
!       (remove-text-properties (point-min) (point-max) '(face))))
    (let ((item (concat string "\n")))
      (if gud-running
        (progn




reply via email to

[Prev in Thread] Current Thread [Next in Thread]