Pacify compiler in paragraphs.el after lexical-binding
* lisp/textmodes/paragraphs.el: Pacify byte compiler.
This commit is contained in:
parent
1af27a1784
commit
b02af55063
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue