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:
parent
a1b6a089fc
commit
583e8dd926
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue