Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1a2ce9ee
Commit
1a2ce9ee
authored
Oct 28, 2011
by
Deniz Dogan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* net/rcirc.el (rcirc-mode): Use hard newlines.
parent
31b39d13
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/net/rcirc.el
lisp/net/rcirc.el
+1
-0
No files found.
lisp/ChangeLog
View file @
1a2ce9ee
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"
...
...
lisp/net/rcirc.el
View file @
1a2ce9ee
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment