Re: master a03ddc00b0a: Mark 'elisp-fontify-semantically' and 'elisp-add-help-echo' as :safe
Stefan Monnier <[email protected]>
| Newsgroups | gmane.emacs.devel |
|---|---|
| Message-ID | <[email protected]> |
> Mark 'elisp-fontify-semantically' and 'elisp-add-help-echo' as :safe > > * lisp/progmodes/elisp-mode.el (elisp-fontify-semantically) > (elisp-add-help-echo): Mark as safe file-local variables > (bug#81723). I don't object, but I'm wondering how/where this came up: AFAICT these are user-specific rather file-dir specific, so putting them in `.dir-locals.el` or in the file-local settings is usually the wrong thing to do (imposing your preferences on other readers of those files, and failing to benefit yourself from those settings in other ELisp files). === Stefan