[gnus git] branch master updated: m0-5-152-g804baac =1= dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4 and SXEmacs
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 804baacdac979f53f68f72c487afee923641fe35 (commit)
from 9b15bd8da247fa3750bd6fbb8dd2ba0b168b4c87 (commit)
- Log -----------------------------------------------------------------
commit 804baacdac979f53f68f72c487afee923641fe35
Author: Katsumi Yamaoka <[email protected]>
Date: Thu Oct 25 00:24:24 2012 +0000
dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4 and SXEmacs
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a617f4f..08f209c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2012-10-25 Katsumi Yamaoka <[email protected]>
+
+ * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
+ and SXEmacs. Suggested by Nelson Ferreira <[email protected]>.
+
2012-10-24 Katsumi Yamaoka <[email protected]>
* dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el
index 40d3019..fec8302 100644
--- a/lisp/dgnushack.el
+++ b/lisp/dgnushack.el
@@ -178,6 +178,7 @@
(autoload 'customize-set-variable "cus-edit" nil t)
(autoload 'customize-variable "cus-edit" nil t)
(autoload 'debug "debug" nil t)
+ (autoload 'define-compiler-macro "cl-macs" nil nil 'macro)
(autoload 'sha1 "sha1")
(if (featurep 'mule)
(unless (locate-library "mule-ccl")
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 5 +++++
lisp/dgnushack.el | 1 +
2 files changed, 6 insertions(+), 0 deletions(-)
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 "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project