[gnus git] branch master updated: n0-17-485-g6fd8ff2 =1= gnus-sum.el (gnus-summary-mode): Comment fix.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 6fd8ff23ea7e4bfbc85ef39f52004fb80799276f (commit)
from 1703ba2ba72f80f3bf71225c8a6566ffc2460d76 (commit)
- Log -----------------------------------------------------------------
commit 6fd8ff23ea7e4bfbc85ef39f52004fb80799276f
Author: Katsumi Yamaoka <[email protected]>
Date: Thu Jan 26 23:23:28 2012 +0000
gnus-sum.el (gnus-summary-mode): Comment fix.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1a5dc6a..9897078 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,7 @@
2012-01-26 Katsumi Yamaoka <[email protected]>
* gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
- bound in old Emacsen and XEmacsen.
+ bound globally in old Emacsen and XEmacsen.
2012-01-26 Nick Alcock <[email protected]> (tiny change)
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index bbb4c46..60c9f8c 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -3099,7 +3099,7 @@ The following commands are available:
show-trailing-whitespace nil)
(setq truncate-lines t)
;; Force paragraph direction to be left-to-right. Don't make it
- ;; bound in old Emacsen and XEmacsen.
+ ;; bound globally in old Emacsen and XEmacsen.
(set (make-local-variable 'bidi-paragraph-direction) 'left-to-right)
(add-to-invisibility-spec '(gnus-sum . t))
(gnus-summary-set-display-table)
-----------------------------------------------------------------------
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/gnus-sum.el | 2 +-
2 files changed, 2 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