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
82745640
Commit
82745640
authored
May 19, 2011
by
Deniz Dogan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
parent
b28c06e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/net/rcirc.el
lisp/net/rcirc.el
+1
-1
No files found.
lisp/ChangeLog
View file @
82745640
2011-05-19 Deniz Dogan <deniz@dogan.se>
* net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
2011-05-19 Glenn Morris <rgm@gnu.org>
2011-05-19 Glenn Morris <rgm@gnu.org>
* progmodes/f90.el (f90-type-def-re):
* progmodes/f90.el (f90-type-def-re):
...
...
lisp/net/rcirc.el
View file @
82745640
...
@@ -971,7 +971,7 @@ This number is independent of the number of lines in the buffer.")
...
@@ -971,7 +971,7 @@ This number is independent of the number of lines in the buffer.")
(
set
(
make-local-variable
'rcirc-current-line
)
0
)
(
set
(
make-local-variable
'rcirc-current-line
)
0
)
(
set
(
make-local-variable
'rcirc-short-buffer-name
)
nil
)
(
set
(
make-local-variable
'rcirc-short-buffer-name
)
nil
)
(
set
(
make-local-variable
'rcirc-urls
)
t
)
(
set
(
make-local-variable
'rcirc-urls
)
nil
)
;; setup for omitting responses
;; setup for omitting responses
(
setq
buffer-invisibility-spec
'
())
(
setq
buffer-invisibility-spec
'
())
...
...
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