]> git.eshelyaron.com Git - emacs.git/commit
Unintern Qget_file_char and Qget_emacs_mule_file_char
authorMattias EngdegÄrd <mattiase@acm.org>
Thu, 10 Jul 2025 11:32:55 +0000 (13:32 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 24 Jul 2025 08:00:48 +0000 (10:00 +0200)
commiteb40864082d07362591393ef690497db03cffcbf
tree4d743b7e6a983453faf0d1f9d859289368f108cd
parenta245f383c27c84ac6af02939435efb8ebc433147
Unintern Qget_file_char and Qget_emacs_mule_file_char

These symbols are used in the reader as special constants and can't be
passed from Lisp (Emacs would crash).

* src/lread.c (syms_of_lread): Unintern.
(init_source): Use BASE_EQ.

(cherry picked from commit b83f2d16fbd327e04186c5ae94f90bb907294573)
src/lread.c