[gnus git] branch master updated: m0-1-40-g9c7c54e =1= * lpath.el: Fix an XEmacs compilation warning.
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 9c7c54ece2a4e26db635e0cdfbea0a5999adbb18 (commit)
from 0444d5f075616b0e4341ebf706a017224e351712 (commit)
- Log -----------------------------------------------------------------
commit 9c7c54ece2a4e26db635e0cdfbea0a5999adbb18
Author: Lars Ingebrigtsen <[email protected]>
Date: Wed Feb 1 23:30:28 2012 +0100
* lpath.el: Fix an XEmacs compilation warning.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 65bd104..4fbee38 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2012-02-01 Lars Ingebrigtsen <[email protected]>
+ * lpath.el: Fix an XEmacs compilation warning.
+
* gnus-compat.el: Require `help-fns' to fix compilation error.
* gnus-registry.el (gnus-registry-fixup-registry): Move the message to
diff --git a/lisp/lpath.el b/lisp/lpath.el
index 857a536..91613a2 100644
--- a/lisp/lpath.el
+++ b/lisp/lpath.el
@@ -26,7 +26,7 @@
(defun netrc-machine-user-or-password (mode authinfo-file-or-list machines
ports defaults))
(defun netrc-parse (file))
- (defun shr-put-image (data alt))
+ (defun shr-put-image (data alt &optional flags))
(maybe-fbind
'(Info-index
Info-index-next Info-menu bbdb-complete-name bookmark-default-handler
@@ -52,7 +52,7 @@
ports defaults))
(defun netrc-parse (file))
(defun split-line (&optional arg))
- (defun shr-put-image (data alt))
+ (defun shr-put-image (data alt &optional flags))
(eval-after-load "rmail"
'(defun rmail-toggle-header (&optional arg)))
(maybe-fbind
-----------------------------------------------------------------------
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/lpath.el | 4 ++--
2 files changed, 4 insertions(+), 2 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