Avoid stray As next to IDLW icons

* lisp/progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere):
Use "" for empty labels, not "a", as the latter now displays stray
"A"s (Bug#18997).
This commit is contained in:
Paul Eggert 2016-03-24 16:48:46 -07:00
parent 45577d548d
commit 5ec105648b

View file

@ -439,7 +439,7 @@ static char * file[] = {
\" \", \" \",
\" \", \" \",
\" \"};") \" \"};")
"The Cont icon.") "The Cont icon.")
(defvar idlwave-toolbar-to-here-icon (defvar idlwave-toolbar-to-here-icon
(idlwave-toolbar-make-button (idlwave-toolbar-make-button
@ -918,7 +918,7 @@ static char * file[] = {
(help (aref x 3)) (help (aref x 3))
(key (vector 'tool-bar func)) (key (vector 'tool-bar func))
(def (list 'menu-item (def (list 'menu-item
"a" ""
func func
:image (symbol-value icon) :image (symbol-value icon)
:visible show :visible show