Mercurial > emacs
changeset 61494:96da9acb60ae
(gdb-assembler-mode):
Don't set overlay-arrow-string to "=>" as this is done
globally in C now.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Tue, 12 Apr 2005 03:10:25 +0000 |
parents | e8836605ad73 |
children | bf16f5363740 |
files | lisp/progmodes/gdb-ui.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/gdb-ui.el Tue Apr 12 03:08:31 2005 +0000 +++ b/lisp/progmodes/gdb-ui.el Tue Apr 12 03:10:25 2005 +0000 @@ -2371,7 +2371,6 @@ (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)