1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-11 09:20:51 +00:00

* net/rcirc.el (rcirc-mode): Use hard newlines.

This commit is contained in:
Deniz Dogan 2011-10-28 16:47:50 +02:00
parent 31b39d1389
commit 1a2ce9ee38
2 changed files with 5 additions and 0 deletions

View 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"

View 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)