[gnus git] branch master updated: m0-11-213-g4279e80 =1= lpath.el: Bind syntax-propertize-function for Emacs<=23, fbind string-to-syntax for XEmacs
Katsumi <[email protected]> Mon, 13 Apr 2015 05:54:27 +0200
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 4279e80ebe48253565b74e3fa5249d9ced7f0a92 (commit)
from 463e3c4e9165f75b5bab0462e04eac39ee7fbc26 (commit)
- Log -----------------------------------------------------------------
commit 4279e80ebe48253565b74e3fa5249d9ced7f0a92
Author: Katsumi Yamaoka <[email protected]>
Date: Mon Apr 13 03:54:20 2015 +0000
lpath.el: Bind syntax-propertize-function for Emacs<=23, fbind string-to-syntax for XEmacs
diff --git a/lisp/lpath.el b/lisp/lpath.el
index 2433b4f..9fcf885 100644
--- a/lisp/lpath.el
+++ b/lisp/lpath.el
@@ -14,7 +14,7 @@
(maybe-bind '(help-xref-stack-item url-version))
(when (<= emacs-major-version 23)
- (maybe-bind '(mail-encode-mml)))
+ (maybe-bind '(mail-encode-mml syntax-propertize-function)))
(when (<= emacs-major-version 22)
(defun ecomplete-add-item (type key text))
@@ -75,10 +75,10 @@
read-char-choice read-event recenter-top-bottom
rmail-msg-restore-non-pruned-header rmail-swap-buffers-maybe
select-safe-coding-system set-network-process-option shr-insert-document
- sort-coding-systems spam-initialize term-char-mode term-mode track-mouse
- ucs-to-char url-generic-parse-url url-insert-file-contents
- vcard-pretty-print w3m-detect-meta-charset w3m-region
- window-edges network-interface-list))
+ sort-coding-systems spam-initialize string-to-syntax term-char-mode
+ term-mode track-mouse ucs-to-char url-generic-parse-url
+ url-insert-file-contents vcard-pretty-print w3m-detect-meta-charset
+ w3m-region window-edges network-interface-list))
(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/lpath.el | 10 +++++-----
1 file changed, 5 insertions(+), 5 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