]> git.eshelyaron.com Git - emacs.git/commit
Retract lexical cookie source load warning
authorMattias EngdegÄrd <mattiase@acm.org>
Sat, 4 May 2024 14:18:09 +0000 (16:18 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 6 May 2024 16:53:12 +0000 (18:53 +0200)
commitcfb587a276bd1f2f804f814ce46936fa1af42833
treeff9c19b5ca31d390b361fdb625141aca3da6a552
parent4168bf3015abcde412e629d0a3db6c588ec5940c
Retract lexical cookie source load warning

On balance it seems likely that the warning would annoy more people than
it would help, so let them deal with any actual problems when the
default is changed instead.  See discussion at:
https://lists.gnu.org/archive/html/emacs-devel/2024-05/msg00250.html

* src/lread.c (string_suffix_p, warn_missing_cookie, Fload)
(Feval_buffer):
* lisp/international/mule.el (load-with-code-conversion):
* lisp/startup.el (command-line--load-script):
* etc/NEWS:
Revert all changes, except for the generalised
`lisp_file_lexical_cookie` which may prove useful in the future.

(cherry picked from commit d51de0c5d90117bc1dc4bc5bc700253d71cd4579)
etc/NEWS
lisp/international/mule.el
lisp/startup.el
src/lread.c