* lisp/emacs-lisp/checkdoc.el: Use lexical-binding
(finder-known-keywords): Silence byte-compiler.
This commit is contained in:
parent
683e995e53
commit
a0f0f08a52
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
;;; checkdoc.el --- check documentation strings for style requirements
|
||||
;;; checkdoc.el --- check documentation strings for style requirements -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 1997-1998, 2001-2015 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -2660,6 +2660,8 @@ function called to create the messages."
|
|||
(when (re-search-forward "^;; Keywords: \\(.*\\)$" nil t)
|
||||
(split-string (match-string-no-properties 1) ", " t))))
|
||||
|
||||
(defvar finder-known-keywords)
|
||||
|
||||
;;;###autoload
|
||||
(defun checkdoc-package-keywords ()
|
||||
"Find package keywords that aren't in `finder-known-keywords'."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue