Mercurial > emacs
changeset 11712:e1f527e99a2f
(gnus-group-mode): Set truncate-lines.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 06 May 1995 01:45:50 +0000 |
parents | b7b7ce1f0908 |
children | 5306e71f486c |
files | lisp/=gnus.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/=gnus.el Fri May 05 22:55:29 1995 +0000 +++ b/lisp/=gnus.el Sat May 06 01:45:50 1995 +0000 @@ -1253,6 +1253,7 @@ (use-local-map gnus-group-mode-map) (buffer-flush-undo (current-buffer)) (setq buffer-read-only t) ;Disable modification + (setq truncate-lines t) ;In case descriptions are too long. (run-hooks 'gnus-group-mode-hook)) (defun gnus-mouse-pick-group (e)