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. 4775f96a522ec1a3948ba


From: Ikumi Keita
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 4775f96a522ec1a3948bac6a1b0f52d830aa00a2
Date: Thu, 10 May 2018 03:43:56 -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  4775f96a522ec1a3948bac6a1b0f52d830aa00a2 (commit)
      from  48325a7ef9ff4337dad7fa542e0991efab1e6928 (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 4775f96a522ec1a3948bac6a1b0f52d830aa00a2
Author: Ikumi Keita <address@hidden>
Date:   Thu May 10 01:19:14 2018 +0900

    ; * tex-jp.el (japanese-TeX-self-insert-command): Silence byte compiler.

diff --git a/tex-jp.el b/tex-jp.el
index 2bd2ff2..017144f 100644
--- a/tex-jp.el
+++ b/tex-jp.el
@@ -520,15 +520,15 @@ overwrite the value already set locally."
 
 ;;; Support for various self-insert-command
 
-(fset 'japanese-TeX-self-insert-command
-      (cond ((fboundp 'can-n-egg-self-insert-command)
-            #'can-n-egg-self-insert-command)
-           ((fboundp 'egg-self-insert-command)
-            #'egg-self-insert-command)
-           ((fboundp 'canna-self-insert-command)
-            #'canna-self-insert-command)
-           (t
-            #'self-insert-command)))
+(defalias 'japanese-TeX-self-insert-command
+  (cond ((fboundp 'can-n-egg-self-insert-command)
+        #'can-n-egg-self-insert-command)
+       ((fboundp 'egg-self-insert-command)
+        #'egg-self-insert-command)
+       ((fboundp 'canna-self-insert-command)
+        #'canna-self-insert-command)
+       (t
+        #'self-insert-command)))
 
 (defun TeX-insert-punctuation ()
   "Insert point or comma, cleaning up preceding space."

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

Summary of changes:
 tex-jp.el | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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