Pacify compiler in paragraphs.el after lexical-binding

* lisp/textmodes/paragraphs.el: Pacify byte compiler.
This commit is contained in:
Stefan Kangas 2019-06-09 10:12:43 -07:00 committed by Paul Eggert
parent 1af27a1784
commit b02af55063

View file

@ -208,6 +208,9 @@ This is desirable in modes where blank lines are the paragraph delimiters."
:type 'boolean)
(put 'paragraph-ignore-fill-prefix 'safe-local-variable 'booleanp)
;; Silence the compiler.
(defvar multiple-lines)
(defun forward-paragraph (&optional arg)
"Move forward to end of paragraph.
With argument ARG, do it ARG times;