1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-04 20:27:45 +00:00

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
(idlwave-toolbar-make-button
@ -918,7 +918,7 @@ static char * file[] = {
(help (aref x 3))
(key (vector 'tool-bar func))
(def (list 'menu-item
"a"
""
func
:image (symbol-value icon)
:visible show