diff options
Diffstat (limited to 'lisp/progmodes/gdb-mi.el')
-rw-r--r-- | lisp/progmodes/gdb-mi.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el index 15d47575c78..439e0dfc620 100644 --- a/lisp/progmodes/gdb-mi.el +++ b/lisp/progmodes/gdb-mi.el @@ -1794,7 +1794,7 @@ commands to be prefixed by \"-interpreter-exec console\".") "A comint send filter for gdb." (with-current-buffer gud-comint-buffer (let ((inhibit-read-only t)) - (remove-text-properties (point-min) (point-max) '(face)))) + (remove-text-properties (point-min) (point-max) '(face nil)))) ;; mimic <RET> key to repeat previous command in GDB (when (= gdb-control-level 0) (if (not (string= "" string)) |