[gnus git] branch master updated: m0-7-252-ga35f25a =1= Revert last commit.
David Engster <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via a35f25ab6b239d72a4d082cb72679b6777637b4e (commit)
from cbfeedda7357c974b4a6f102fc22e743418e5a92 (commit)
- Log -----------------------------------------------------------------
commit a35f25ab6b239d72a4d082cb72679b6777637b4e
Author: David Engster <[email protected]>
Date: Wed Nov 20 22:21:39 2013 +0100
Revert last commit.
Define `beginning-of-visual-line' in lpath.el instead.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4a86855..5f20942 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,6 @@
2013-11-20 David Engster <[email protected]>
- * message.el (message-beginning-of-line): Fix XEmacs warning for last
- change.
+ * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
2013-11-20 Dave Goldberg <[email protected]>
diff --git a/lisp/lpath.el b/lisp/lpath.el
index 504a6f4..2585214 100644
--- a/lisp/lpath.el
+++ b/lisp/lpath.el
@@ -79,7 +79,8 @@
select-safe-coding-system set-network-process-option shr-insert-document
sort-coding-systems term-char-mode term-mode 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))
+ w3-parse-buffer w3m-detect-meta-charset w3m-region window-edges
+ beginning-of-visual-line))
(maybe-bind
'(adaptive-fill-first-line-regexp
buffer-display-table buffer-save-without-query completion-styles
diff --git a/lisp/message.el b/lisp/message.el
index e9a069d..6e1e964 100644
--- a/lisp/message.el
+++ b/lisp/message.el
@@ -6344,8 +6344,7 @@ between beginning of field and beginning of line."
(goto-char
(if (and eoh (or (< eoh here) (= bol here)))
eoh bol)))
- (if (and (not (featurep 'xemacs))
- (boundp 'visual-line-mode) visual-line-mode)
+ (if (and (boundp 'visual-line-mode) visual-line-mode)
(beginning-of-visual-line n)
(beginning-of-line n))))
-----------------------------------------------------------------------
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 | 3 +--
lisp/lpath.el | 3 ++-
lisp/message.el | 3 +--
3 files changed, 4 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