From 1a2ce9ee38c720f26189cc5e17d56309e6dbb76b Mon Sep 17 00:00:00 2001 From: Deniz Dogan Date: Fri, 28 Oct 2011 16:47:50 +0200 Subject: [PATCH] * net/rcirc.el (rcirc-mode): Use hard newlines. --- lisp/ChangeLog | 4 ++++ lisp/net/rcirc.el | 1 + 2 files changed, 5 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bf4d87d3405..4ac4419b163 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-10-28 Deniz Dogan + + * net/rcirc.el (rcirc-mode): Use hard newlines. + 2011-10-28 Alan Mackenzie Amend to indent and fontify macros "which include their own semicolon" diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el index 6a912cd6273..f6981aeabd9 100644 --- a/lisp/net/rcirc.el +++ b/lisp/net/rcirc.el @@ -979,6 +979,7 @@ This number is independent of the number of lines in the buffer.") (set (make-local-variable 'rcirc-recent-quit-alist) nil) (set (make-local-variable 'rcirc-current-line) 0) + (use-hard-newlines t) (set (make-local-variable 'rcirc-short-buffer-name) nil) (set (make-local-variable 'rcirc-urls) nil) -- 2.11.4.GIT