unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: emacs-devel@gnu.org
Cc: Stefan Kangas <stefan@marxist.se>
Subject: Re: master 222a7a1 1/2: Flag checkdoc-symbol-words as a :safe variable
Date: Sun, 19 Sep 2021 13:19:04 -0400	[thread overview]
Message-ID: <ksbl4oqy9j.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <20210919111928.5BBFD20ABE@vcs0.savannah.gnu.org> (Stefan Kangas's message of "Sun, 19 Sep 2021 07:19:28 -0400 (EDT)")


> branch: master
> commit 222a7a1a8afdf6921e5981133c605c2d695e9281

>     Flag checkdoc-symbol-words as a :safe variable

> --- a/lisp/emacs-lisp/checkdoc.el
> +++ b/lisp/emacs-lisp/checkdoc.el
> @@ -320,6 +320,7 @@ with a universal argument.")
>  These words are ignored when unquoted symbols are searched for.
>  This should be set in an Emacs Lisp file's local variables."
>    :type '(repeat (string :tag "Word"))
> +  :safe #'listp
>    :version "28.1")
>  ;;;###autoload(put 'checkdoc-symbol-words 'safe-local-variable #'checkdoc-list-of-strings-p)

checkdoc-symbol-words already had a safe-local-variable property
(last line of the context above).





       reply	other threads:[~2021-09-19 17:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20210919111926.21685.76222@vcs0.savannah.gnu.org>
     [not found] ` <20210919111928.5BBFD20ABE@vcs0.savannah.gnu.org>
2021-09-19 17:19   ` Glenn Morris [this message]
2021-09-19 20:42     ` master 222a7a1 1/2: Flag checkdoc-symbol-words as a :safe variable Stefan Kangas
2021-09-19 23:25       ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ksbl4oqy9j.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=stefan@marxist.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).