aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorAlan Mackenzie2011-10-28 15:18:00 +0000
committerAlan Mackenzie2011-10-28 15:18:00 +0000
commite376ea4f737a9230a9767a12bdcc530da4b4da87 (patch)
treee74b45fc923a012322eb229ca403fcd07ec1f696 /lisp
parent1aecd7ec0e23ab0fb04c4f3f4cbb7c038a85e4ab (diff)
parentd3d0842fe219892079cac179ab0843792f29cf1a (diff)
downloademacs-e376ea4f737a9230a9767a12bdcc530da4b4da87.tar.gz
emacs-e376ea4f737a9230a9767a12bdcc530da4b4da87.zip
Merge.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/net/rcirc.el1
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bf4d87d3405..4ac4419b163 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12011-10-28 Deniz Dogan <deniz@dogan.se>
2
3 * net/rcirc.el (rcirc-mode): Use hard newlines.
4
12011-10-28 Alan Mackenzie <acm@muc.de> 52011-10-28 Alan Mackenzie <acm@muc.de>
2 6
3 Amend to indent and fontify macros "which include their own semicolon" 7 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.")
979 (set (make-local-variable 'rcirc-recent-quit-alist) nil) 979 (set (make-local-variable 'rcirc-recent-quit-alist) nil)
980 (set (make-local-variable 'rcirc-current-line) 0) 980 (set (make-local-variable 'rcirc-current-line) 0)
981 981
982 (use-hard-newlines t)
982 (set (make-local-variable 'rcirc-short-buffer-name) nil) 983 (set (make-local-variable 'rcirc-short-buffer-name) nil)
983 (set (make-local-variable 'rcirc-urls) nil) 984 (set (make-local-variable 'rcirc-urls) nil)
984 985