]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/rcirc.el (rcirc-mode): Use hard newlines.
authorDeniz Dogan <deniz@dogan.se>
Fri, 28 Oct 2011 14:47:50 +0000 (16:47 +0200)
committerDeniz Dogan <deniz@dogan.se>
Fri, 28 Oct 2011 14:47:50 +0000 (16:47 +0200)
lisp/ChangeLog
lisp/net/rcirc.el

index bf4d87d340520d94516820440afb711c4437ad9d..4ac4419b163fa0036662a714f4c70fb7bd2d07d8 100644 (file)
@@ -1,3 +1,7 @@
+2011-10-28  Deniz Dogan  <deniz@dogan.se>
+
+       * net/rcirc.el (rcirc-mode): Use hard newlines.
+
 2011-10-28  Alan Mackenzie  <acm@muc.de>
 
        Amend to indent and fontify macros "which include their own semicolon"
index 6a912cd6273ecbf2e719b62583e4ecae365f10ba..f6981aeabd99964bdadc6bdf1a4d6304744b2e5a 100644 (file)
@@ -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)