[gnus git] branch master updated: n0-17-35-gca35c7c =1= Bind functions for XEmacs and Emacs22 to silence byte-compiler.
David Engster <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via ca35c7c6ff6935f3d1b1c73ab9051d8d5389f8e9 (commit)
from 2711b5b6188d60c9c877551e7a50426490d8ccc0 (commit)
- Log -----------------------------------------------------------------
commit ca35c7c6ff6935f3d1b1c73ab9051d8d5389f8e9
Author: David Engster <[email protected]>
Date: Wed May 11 10:52:20 2011 +0200
Bind functions for XEmacs and Emacs22 to silence byte-compiler.
* lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
Bind set-network-process-option for XEmacs.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 629eb1f..83dbed6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-05-11 David Engster <[email protected]>
+
+ * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
+ Bind set-network-process-option for XEmacs.
+
2011-05-10 Teodor Zlatanov <[email protected]>
* registry.el (registry-prune-hard-candidates)
diff --git a/lisp/lpath.el b/lisp/lpath.el
index 67ca6a6..70e3bc5 100644
--- a/lisp/lpath.el
+++ b/lisp/lpath.el
@@ -26,6 +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))
(maybe-fbind
'(Info-index
Info-index-next Info-menu bbdb-complete-name bookmark-default-handler
@@ -34,7 +35,7 @@
epg-check-configuration find-coding-system frame-device gnutls-negotiate
libxml-parse-html-region recenter-top-bottom rmail-swap-buffers-maybe
shr-insert-document w3-do-setup w3-parse-buffer w3-prepare-buffer
- w3-region w3m-detect-meta-charset w3m-region))
+ w3-region w3m-detect-meta-charset w3m-region process-type))
(maybe-bind
'(epa-file-encrypt-to w3m-link-map))))
@@ -51,6 +52,7 @@
ports defaults))
(defun netrc-parse (file))
(defun split-line (&optional arg))
+ (defun shr-put-image (data alt))
(eval-after-load "rmail"
'(defun rmail-toggle-header (&optional arg)))
(maybe-fbind
@@ -71,7 +73,7 @@
select-safe-coding-system shr-insert-document sort-coding-systems
track-mouse ucs-to-char url-generic-parse-url url-insert-file-contents
vcard-pretty-print w3-parse-buffer w3m-detect-meta-charset w3m-region
- window-edges))
+ window-edges set-network-process-option process-type))
(maybe-bind
'(adaptive-fill-first-line-regexp
buffer-display-table buffer-save-without-query completion-styles
-----------------------------------------------------------------------
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/lpath.el | 6 ++++--
2 files changed, 9 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