aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorNick Roberts <[email protected]>2005-04-12 03:10:25 +0000
committerNick Roberts <[email protected]>2005-04-12 03:10:25 +0000
commit583e8dd9267dd90d97d22f1f5d0989da1788cb21 (patch)
treee1fc33cc31059b556594153a2428dbf3b08151a6 /lisp
parenta1b6a089fc5b48f8a81bfc96fc6c42cbe61f064f (diff)
(gdb-assembler-mode):
Don't set overlay-arrow-string to "=>" as this is done globally in C now.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/gdb-ui.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/progmodes/gdb-ui.el b/lisp/progmodes/gdb-ui.el
index 0f192463eb..95920ff9f0 100644
--- a/lisp/progmodes/gdb-ui.el
+++ b/lisp/progmodes/gdb-ui.el
@@ -2371,7 +2371,6 @@ BUFFER nil or omitted means use the current buffer."
(setq mode-name "Machine")
(setq gdb-overlay-arrow-position nil)
(add-to-list 'overlay-arrow-variable-list 'gdb-overlay-arrow-position)
- (put 'gdb-overlay-arrow-position 'overlay-arrow-string "=>")
(setq fringes-outside-margins t)
(setq buffer-read-only t)
(use-local-map gdb-assembler-mode-map)