summaryrefslogtreecommitdiff
path: root/lisp/progmodes/gdb-ui.el
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2005-04-12 03:10:25 +0000
committerNick Roberts <nickrob@snap.net.nz>2005-04-12 03:10:25 +0000
commit583e8dd9267dd90d97d22f1f5d0989da1788cb21 (patch)
treee1fc33cc31059b556594153a2428dbf3b08151a6 /lisp/progmodes/gdb-ui.el
parenta1b6a089fc5b48f8a81bfc96fc6c42cbe61f064f (diff)
downloademacs-583e8dd9267dd90d97d22f1f5d0989da1788cb21.tar.gz
emacs-583e8dd9267dd90d97d22f1f5d0989da1788cb21.tar.bz2
emacs-583e8dd9267dd90d97d22f1f5d0989da1788cb21.zip
(gdb-assembler-mode):
Don't set overlay-arrow-string to "=>" as this is done globally in C now.
Diffstat (limited to 'lisp/progmodes/gdb-ui.el')
-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 0f192463eb2..95920ff9f02 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)