emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 5ec1056 2/2: Avoid stray As next to IDLW icons


From: Paul Eggert
Subject: [Emacs-diffs] emacs-25 5ec1056 2/2: Avoid stray As next to IDLW icons
Date: Thu, 24 Mar 2016 23:53:27 +0000

branch: emacs-25
commit 5ec105648b4695ef3fa159cad2fedcd31e62337a
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    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).
---
 lisp/progmodes/idlw-toolbar.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/progmodes/idlw-toolbar.el b/lisp/progmodes/idlw-toolbar.el
index 0e0714e..d857bfd 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]