[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 3a16f59c1ccc400e9f323
From: |
Tassilo Horn |
Subject: |
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 3a16f59c1ccc400e9f32335c5477298035aa6c62 |
Date: |
Mon, 08 Sep 2014 07:12:51 +0000 |
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 3a16f59c1ccc400e9f32335c5477298035aa6c62 (commit)
from 3ac59294abc7ad686e8788e5b2c12f78489240f7 (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 3a16f59c1ccc400e9f32335c5477298035aa6c62
Author: Tassilo Horn <address@hidden>
Date: Mon Sep 8 09:12:32 2014 +0200
Remove defalias docstring arg.
* tex.el (TeX-assoc-string): Remove docstring from defalias since
that's not supported with XEmacs.
diff --git a/ChangeLog b/ChangeLog
index 01ff6dc..9b70f3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-09-08 Tassilo Horn <address@hidden>
+
+ * tex.el (TeX-assoc-string): Remove docstring from defalias since
+ that's not supported with XEmacs.
+
2014-08-25 Florent Rougon <address@hidden> (tiny change)
* tex-buf.el (TeX-command-expand): Fix possible endless loop in
diff --git a/tex.el b/tex.el
index cf56f90..f3316d5 100644
--- a/tex.el
+++ b/tex.el
@@ -597,11 +597,7 @@ Also does other stuff."
;;;###autoload
(defalias 'TeX-assoc-string
- (symbol-function (if (featurep 'xemacs) 'assoc 'assoc-string))
- (concat "Compatibility alias that points to
- function `assoc' with XEMACS and to function `assoc-string'
- with GNU EMACS. See function `"
- (if (featurep 'xemacs) "assoc" "assoc-string") "'." ))
+ (symbol-function (if (featurep 'xemacs) 'assoc 'assoc-string)))
;;; Documentation for Info-goto-emacs-command-node and similar
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
tex.el | 6 +-----
2 files changed, 6 insertions(+), 5 deletions(-)
hooks/post-receive
--
GNU AUCTeX
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 3a16f59c1ccc400e9f32335c5477298035aa6c62,
Tassilo Horn <=