1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

(gdb-assembler-mode):

Don't set overlay-arrow-string to "=>" as this is done
globally in C now.
This commit is contained in:
Nick Roberts 2005-04-12 03:10:25 +00:00
parent a1b6a089fc
commit 583e8dd926

View file

@ -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)