]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/progmodes/project.el: avoid warning in loaddefs.
authorMattias EngdegÄrd <mattiase@acm.org>
Fri, 26 May 2023 12:33:12 +0000 (14:33 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 26 May 2023 12:41:12 +0000 (15:41 +0300)
(cherry picked from commit 1eb5faa26113afe5895955a74594e3d7cf6ffe98)

lisp/progmodes/project.el

index e2112276379258dba6d606e508d14569b9329977..617ca45ed0d90ccb25f07c3d0c33b29b833edb08 100644 (file)
@@ -457,7 +457,7 @@ variables, such as `project-vc-ignores' or `project-vc-name'."
   :type '(repeat string)
   :version "29.1"
   :package-version '(project . "0.9.0"))
-;;;###autoload(put 'project-vc-extra-root-markers 'safe-local-variable (lambda (val) (and (listp val) (cl-every #'stringp val))))
+;;;###autoload(put 'project-vc-extra-root-markers 'safe-local-variable (lambda (val) (and (listp val) (not (memq nil (mapcar #'stringp val))))))
 
 ;; FIXME: Using the current approach, major modes are supposed to set
 ;; this variable to a buffer-local value.  So we don't have access to