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
0959c777
Commit
0959c777
authored
Feb 26, 2018
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/net/rcirc.el (rcirc-prompt-start-marker): Define before using.
parent
a55b3fee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/net/rcirc.el
lisp/net/rcirc.el
+2
-1
No files found.
lisp/net/rcirc.el
View file @
0959c777
...
...
@@ -182,6 +182,8 @@ underneath each nick."
:type
'
(
repeat
string
)
:group
'rcirc
)
(
defvar
rcirc-prompt-start-marker
nil
)
(
define-minor-mode
rcirc-omit-mode
"Toggle the hiding of \"uninteresting\" lines.
With a prefix argument ARG, enable Rcirc-Omit mode if ARG is
...
...
@@ -401,7 +403,6 @@ will be killed."
(
defvar
rcirc-nick
nil
)
(
defvar
rcirc-prompt-start-marker
nil
)
(
defvar
rcirc-prompt-end-marker
nil
)
(
defvar
rcirc-nick-table
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