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. 0c955d5d9c39daa8273c1


From: Tassilo Horn
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 0c955d5d9c39daa8273c18aae47bc959ab4910b4
Date: Thu, 13 Oct 2016 19:00:51 +0000 (UTC)

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  0c955d5d9c39daa8273c18aae47bc959ab4910b4 (commit)
      from  eb2d64bede8587c864c3031f233a0ae87c3f3a03 (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 0c955d5d9c39daa8273c18aae47bc959ab4910b4
Author: Tassilo Horn <address@hidden>
Date:   Thu Oct 13 20:59:11 2016 +0200

    Fix TeX--if-macro-fboundp edebug spec
    
    * tex.el (TeX--if-macro-fboundp): Fix broken edebug spec.

diff --git a/tex.el b/tex.el
index 910e98a..1836f66 100644
--- a/tex.el
+++ b/tex.el
@@ -632,7 +632,7 @@ is equivalent to
 but takes care of byte-compilation issues where the byte-code for
 the latter could signal an error if it has been compiled with
 emacs 24.1 and is then later run by emacs 24.5."
-  (declare (indent 2) (debug (symbolp form)))
+  (declare (indent 2) (debug (symbolp form &rest form)))
   (if (fboundp name)            ;If macro exists at compile-time, just use it.
       then
     `(if (fboundp ',name)       ;Else, check if it exists at run-time.

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

Summary of changes:
 tex.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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