emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106218: * net/rcirc.el (rcirc-mode):


From: Deniz Dogan
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106218: * net/rcirc.el (rcirc-mode): Use hard newlines.
Date: Fri, 28 Oct 2011 16:47:50 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106218
committer: Deniz Dogan <address@hidden>
branch nick: emacs-trunk
timestamp: Fri 2011-10-28 16:47:50 +0200
message:
  * net/rcirc.el (rcirc-mode): Use hard newlines.
modified:
  lisp/ChangeLog
  lisp/net/rcirc.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-10-28 14:02:04 +0000
+++ b/lisp/ChangeLog    2011-10-28 14:47:50 +0000
@@ -1,3 +1,7 @@
+2011-10-28  Deniz Dogan  <address@hidden>
+
+       * net/rcirc.el (rcirc-mode): Use hard newlines.
+
 2011-10-28  Alan Mackenzie  <address@hidden>
 
        Amend to indent and fontify macros "which include their own semicolon"

=== modified file 'lisp/net/rcirc.el'
--- a/lisp/net/rcirc.el 2011-09-08 15:25:37 +0000
+++ b/lisp/net/rcirc.el 2011-10-28 14:47:50 +0000
@@ -979,6 +979,7 @@
   (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)
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]