unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: emacs-29 e5f42706ce2: * lisp/progmodes/project.el: Move :safe from defcustom to autoload (bug#63469)
@ 2023-05-26  8:13 Eli Zaretskii
  0 siblings, 0 replies; only message in thread
From: Eli Zaretskii @ 2023-05-26  8:13 UTC (permalink / raw)
  To: Juri Linkov; +Cc: emacs-devel

> @@ -456,8 +456,8 @@ In either case, their behavior will still obey the relevant
>  variables, such as `project-vc-ignores' or `project-vc-name'."
>    :type '(repeat string)
>    :version "29.1"
> -  :package-version '(project . "0.9.0")
> -  :safe (lambda (val) (and (listp val) (cl-every #'stringp val))))
> +  :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))))

This apparently leads to

    ELC      loaddefs.elc

  In end of data:
  loaddefs.el:25217:90: Warning: the function `cl-every' is not known to be defined.

Do we have to use cl-every here?  seq.el is preloaded, so maybe
seq-every-p could be used instead?




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-05-26  8:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-26  8:13 emacs-29 e5f42706ce2: * lisp/progmodes/project.el: Move :safe from defcustom to autoload (bug#63469) Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).