From: Paul Eggert Date: Thu, 24 Mar 2016 23:48:46 +0000 (-0700) Subject: Avoid stray As next to IDLW icons X-Git-Tag: emacs-25.0.93~89^2~23 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/5ec105648b4695ef3fa159cad2fedcd31e62337a 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). --- diff --git a/lisp/progmodes/idlw-toolbar.el b/lisp/progmodes/idlw-toolbar.el index 0e0714e27e..d857bfd88c 100644 --- a/lisp/progmodes/idlw-toolbar.el +++ b/lisp/progmodes/idlw-toolbar.el @@ -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