diff options
| author | Katsumi Yamaoka | 2012-01-26 23:24:06 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2012-01-26 23:24:06 +0000 |
| commit | 367a344fcd4b423bccce3bef6d054841c899c026 (patch) | |
| tree | 2e4aee04f51fbca5c7189aab4a15c76237f6878c | |
| parent | f4887f8b1e3dcfe015fba1b9e9d403f98bcda572 (diff) | |
| download | emacs-367a344fcd4b423bccce3bef6d054841c899c026.tar.gz emacs-367a344fcd4b423bccce3bef6d054841c899c026.zip | |
gnus-sum.el (gnus-summary-mode): Comment fix.
| -rw-r--r-- | lisp/gnus/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/gnus/gnus-sum.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 177393bbc2a..94c5fba8731 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org> | 1 | 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 2 | ||
| 3 | * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction | 3 | * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction |
| 4 | bound in old Emacsen and XEmacsen. | 4 | bound globally in old Emacsen and XEmacsen. |
| 5 | 5 | ||
| 6 | 2012-01-26 Nick Alcock <nick.alcock@oracle.com> (tiny change) | 6 | 2012-01-26 Nick Alcock <nick.alcock@oracle.com> (tiny change) |
| 7 | 7 | ||
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el index bbb4c46fb0b..60c9f8ce027 100644 --- a/lisp/gnus/gnus-sum.el +++ b/lisp/gnus/gnus-sum.el | |||
| @@ -3099,7 +3099,7 @@ The following commands are available: | |||
| 3099 | show-trailing-whitespace nil) | 3099 | show-trailing-whitespace nil) |
| 3100 | (setq truncate-lines t) | 3100 | (setq truncate-lines t) |
| 3101 | ;; Force paragraph direction to be left-to-right. Don't make it | 3101 | ;; Force paragraph direction to be left-to-right. Don't make it |
| 3102 | ;; bound in old Emacsen and XEmacsen. | 3102 | ;; bound globally in old Emacsen and XEmacsen. |
| 3103 | (set (make-local-variable 'bidi-paragraph-direction) 'left-to-right) | 3103 | (set (make-local-variable 'bidi-paragraph-direction) 'left-to-right) |
| 3104 | (add-to-invisibility-spec '(gnus-sum . t)) | 3104 | (add-to-invisibility-spec '(gnus-sum . t)) |
| 3105 | (gnus-summary-set-display-table) | 3105 | (gnus-summary-set-display-table) |