Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2e875089
Commit
2e875089
authored
May 05, 2007
by
Richard M. Stallman
Browse files
(rcirc-timeout-seconds): Increase to prevent unwanted disconnections.
parent
c88be8a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/net/rcirc.el
lisp/net/rcirc.el
+1
-1
No files found.
lisp/net/rcirc.el
View file @
2e875089
...
@@ -312,7 +312,7 @@ and the cdr part is used for encoding."
...
@@ -312,7 +312,7 @@ and the cdr part is used for encoding."
"List of urls seen in the current buffer."
)
"List of urls seen in the current buffer."
)
(
put
'rcirc-urls
'permanent-local
t
)
(
put
'rcirc-urls
'permanent-local
t
)
(
defvar
rcirc-timeout-seconds
60
(
defvar
rcirc-timeout-seconds
60
0
"Kill connection after this many seconds if there is no activity."
)
"Kill connection after this many seconds if there is no activity."
)
(
defconst
rcirc-id-string
(
concat
"rcirc on GNU Emacs "
emacs-version
))
(
defconst
rcirc-id-string
(
concat
"rcirc on GNU Emacs "
emacs-version
))
...
...
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