aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorNick Roberts2005-01-19 06:55:57 +0000
committerNick Roberts2005-01-19 06:55:57 +0000
commitf30943417b9d10cb624616fe516afd113ebde324 (patch)
treee4fda0cbd083111d494bf7e546e155ce976f5695 /lisp
parent2c60b6d3c0cdacc9e9ac391b3823a4f21f22144c (diff)
downloademacs-f30943417b9d10cb624616fe516afd113ebde324.tar.gz
emacs-f30943417b9d10cb624616fe516afd113ebde324.zip
(gdb-put-breakpoint-icon): Add help-echo for
breakpoint image symbol in margin.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/gdb-ui.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/progmodes/gdb-ui.el b/lisp/progmodes/gdb-ui.el
index ad081c2ac9e..993d440cd0c 100644
--- a/lisp/progmodes/gdb-ui.el
+++ b/lisp/progmodes/gdb-ui.el
@@ -1836,6 +1836,9 @@ BUFFER nil or omitted means use the current buffer."
1836 (let ((start (progn (beginning-of-line) (- (point) 1))) 1836 (let ((start (progn (beginning-of-line) (- (point) 1)))
1837 (end (progn (end-of-line) (+ (point) 1))) 1837 (end (progn (end-of-line) (+ (point) 1)))
1838 (putstring (if enabled "B" "b"))) 1838 (putstring (if enabled "B" "b")))
1839 (add-text-properties
1840 0 1 '(help-echo "mouse-1: set/clear bkpt, mouse-3: enable/disable bkpt")
1841 putstring)
1839 (if enabled (add-text-properties 1842 (if enabled (add-text-properties
1840 0 1 `(gdb-bptno ,bptno gdb-enabled t) putstring) 1843 0 1 `(gdb-bptno ,bptno gdb-enabled t) putstring)
1841 (add-text-properties 1844 (add-text-properties