gnus-sum.el (gnus-summary-mode): Comment fix.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
|
||||
|
||||
* 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 <nick.alcock@oracle.com> (tiny change)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user