diff options
| author | Miles Bader | 2007-05-15 07:11:09 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-05-15 07:11:09 +0000 |
| commit | 9fff44d50016108a350c90c39b68e302277080d7 (patch) | |
| tree | d278f596a85ba6384d2450b3beeb266d63061b51 | |
| parent | 021fc1e30bed40b945514df43cd7ecf69e759f37 (diff) | |
| download | emacs-9fff44d50016108a350c90c39b68e302277080d7.tar.gz emacs-9fff44d50016108a350c90c39b68e302277080d7.zip | |
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 221)
- Update from CVS
2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/gnus-art.el (gnus-article-mode): Fix comment about displaying
non-break space.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-749
| -rw-r--r-- | lisp/gnus/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/gnus/gnus-art.el | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 89cfbc3cc7a..e605ed51193 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 2 | |||
| 3 | * gnus-art.el (gnus-article-mode): Fix comment about displaying | ||
| 4 | non-break space. | ||
| 5 | |||
| 1 | 2007-05-09 Didier Verna <didier@xemacs.org> | 6 | 2007-05-09 Didier Verna <didier@xemacs.org> |
| 2 | 7 | ||
| 3 | * gnus-diary.el, nndiary.el: Remove the description comment (nndiary is | 8 | * gnus-diary.el, nndiary.el: Remove the description comment (nndiary is |
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index 6ae52b5eedd..013bf48110d 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el | |||
| @@ -3925,7 +3925,8 @@ commands: | |||
| 3925 | (make-local-variable 'gnus-article-image-alist) | 3925 | (make-local-variable 'gnus-article-image-alist) |
| 3926 | (make-local-variable 'gnus-article-charset) | 3926 | (make-local-variable 'gnus-article-charset) |
| 3927 | (make-local-variable 'gnus-article-ignored-charsets) | 3927 | (make-local-variable 'gnus-article-ignored-charsets) |
| 3928 | ;; Prevent recent Emacsen from displaying non-break space as "\ ". | 3928 | ;; Prevent Emacs 22 from displaying non-break space with `nobreak-space' |
| 3929 | ;; face. | ||
| 3929 | (set (make-local-variable 'nobreak-char-display) nil) | 3930 | (set (make-local-variable 'nobreak-char-display) nil) |
| 3930 | (setq cursor-in-non-selected-windows nil) | 3931 | (setq cursor-in-non-selected-windows nil) |
| 3931 | (gnus-set-default-directory) | 3932 | (gnus-set-default-directory) |