auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 68095a356415bea5c55aa


From: Ikumi Keita
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 68095a356415bea5c55aae0371d93d234d88ff22
Date: Fri, 4 May 2018 12:16:59 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  68095a356415bea5c55aae0371d93d234d88ff22 (commit)
      from  0d8f8a2dd252f86a0484b1cd9989064c869a8ac1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 68095a356415bea5c55aae0371d93d234d88ff22
Author: Ikumi Keita <address@hidden>
Date:   Sat May 5 01:06:35 2018 +0900

    Fix previous removal of xemacs compatibility code
    
    * toolbar-x.el (toolbarx-default-toolbar-meaning-alist): Remove
    spurious quote formerly inside "," construct.
    Replace "`" with "'".

diff --git a/toolbar-x.el b/toolbar-x.el
index 79dacdc..2eab8d3 100644
--- a/toolbar-x.el
+++ b/toolbar-x.el
@@ -1492,9 +1492,9 @@ this button is ignored."
 
 
 (defconst toolbarx-default-toolbar-meaning-alist
-  `((separator :image "sep" :command t :enable nil :help "")
+  '((separator :image "sep" :command t :enable nil :help "")
 
-    ('new-file
+    (new-file
      :image ["new" toolbar-file-icon]
      :command [find-file toolbar-open]
      :enable [(not (window-minibuffer-p
@@ -1502,7 +1502,7 @@ this button is ignored."
              t]
      :help ["Specify a new file's name, to edit the file" "Visit new file"])
 
-    '(open-file :image ["open" toolbar-file-icon]
+    (open-file :image ["open" toolbar-file-icon]
                :command [menu-find-file-existing toolbar-open]
                :enable [(not (window-minibuffer-p
                               (frame-selected-window menu-updating-frame)))

-----------------------------------------------------------------------

Summary of changes:
 toolbar-x.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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