[gnus git] branch master updated: m0-3-133-g3a1e2f1 =1= * dgnushack.el: Get rid of XEmacs compilation warning.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 3a1e2f1947836f6062d169f3c8eb3ed5912200ca (commit)
from de308092f409e496083618bc281ede5d6620984e (commit)
- Log -----------------------------------------------------------------
commit 3a1e2f1947836f6062d169f3c8eb3ed5912200ca
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Tue Apr 10 23:04:19 2012 +0200
* dgnushack.el: Get rid of XEmacs compilation warning.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a7b438f..d742d0c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2012-04-10 Lars Magne Ingebrigtsen <[email protected]>
+ * dgnushack.el: Get rid of XEmacs compilation warning.
+
* gnus-msg.el (gnus-summary-cancel-article): See what From header we
would have gotten if we posted to the group, and use that to compare
against the message we want to cancel (bug#10808).
diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el
index 9d9f434..29b6958 100644
--- a/lisp/dgnushack.el
+++ b/lisp/dgnushack.el
@@ -245,6 +245,7 @@
(defalias 'replace-highlight 'ignore)
(defalias 'gnutls-available-p 'ignore)
(defvar timer-list nil)
+ (defvar scroll-margin 0)
(defalias 'w3-coding-system-for-mime-charset 'ignore)))
(defun dgnushack-emacs-compile-defcustom-p ()
-----------------------------------------------------------------------
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 | 2 ++
lisp/dgnushack.el | 1 +
2 files changed, 3 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