1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-09 09:16:02 -08:00

Avoid byte compilation warning in rcirc.el

* lisp/net/rcirc.el (rcirc-prompt-start-marker): Move
definition before 1st use to avoild byte-compiler warning.
This commit is contained in:
Eli Zaretskii 2018-11-03 10:49:51 +02:00
parent bd1d61753d
commit 74bc0e16b7

View file

@ -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)