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:
parent
31b39d1389
commit
1a2ce9ee38
@ -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"
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user