Mercurial > emacs
changeset 80922:6518bb67d7fa
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
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 15 May 2007 07:11:09 +0000 |
parents | c19e131822a2 |
children | 1d7f2c35bf90 d7172f202ab8 |
files | lisp/gnus/ChangeLog lisp/gnus/gnus-art.el |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog Tue May 15 01:16:37 2007 +0000 +++ b/lisp/gnus/ChangeLog Tue May 15 07:11:09 2007 +0000 @@ -1,3 +1,8 @@ +2007-05-10 Reiner Steib <Reiner.Steib@gmx.de> + + * gnus-art.el (gnus-article-mode): Fix comment about displaying + non-break space. + 2007-05-09 Didier Verna <didier@xemacs.org> * gnus-diary.el, nndiary.el: Remove the description comment (nndiary is
--- a/lisp/gnus/gnus-art.el Tue May 15 01:16:37 2007 +0000 +++ b/lisp/gnus/gnus-art.el Tue May 15 07:11:09 2007 +0000 @@ -3925,7 +3925,8 @@ (make-local-variable 'gnus-article-image-alist) (make-local-variable 'gnus-article-charset) (make-local-variable 'gnus-article-ignored-charsets) - ;; Prevent recent Emacsen from displaying non-break space as "\ ". + ;; Prevent Emacs 22 from displaying non-break space with `nobreak-space' + ;; face. (set (make-local-variable 'nobreak-char-display) nil) (setq cursor-in-non-selected-windows nil) (gnus-set-default-directory)