]> git.eshelyaron.com Git - emacs.git/commitdiff
Pacify compiler in paragraphs.el after lexical-binding
authorStefan Kangas <stefankangas@gmail.com>
Sun, 9 Jun 2019 17:12:43 +0000 (10:12 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 9 Jun 2019 17:13:15 +0000 (10:13 -0700)
* lisp/textmodes/paragraphs.el: Pacify byte compiler.

lisp/textmodes/paragraphs.el

index d0fab36599bcec4448b179c7398e08e694eb8004..1d12e53c10a5a0cfb22c244e1a4de4daa9c2f5b1 100644 (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;