summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/check-declare.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emacs-lisp/check-declare.el')
-rw-r--r--lisp/emacs-lisp/check-declare.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/check-declare.el b/lisp/emacs-lisp/check-declare.el
index b6fa0546088..bc7b5aed57a 100644
--- a/lisp/emacs-lisp/check-declare.el
+++ b/lisp/emacs-lisp/check-declare.el
@@ -342,7 +342,7 @@ Returns non-nil if any false statements are found."
(setq files (process-lines find-program root
"-name" "*.el"
"-exec" grep-program
- "-l" "^[ \t]*(declare-function" "{}" ";"))
+ "-l" "^[ \t]*(declare-function" "{}" "+"))
(message "%s%d found" m2 (length files))
(when files
(setq errlist (apply 'check-declare-files files))