]> git.eshelyaron.com Git - emacs.git/commit
Remove read_string_literal purify doc string hack
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 4 Aug 2022 05:23:59 +0000 (07:23 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 4 Aug 2022 05:23:59 +0000 (07:23 +0200)
commitc2bddf8fe77aab1a178a5617783dd9aab68d5a76
tree1d965a3f5cc0070d576bc330ef9ca782f694ad75
parent40c11327118a6023745dbcbdca0564cbc6ba15da
Remove read_string_literal purify doc string hack

* src/lread.c (read_string_literal): Since we're now
byte-compiling the loaddefs files (so doc strings come from the
.elc files), remove the hack that make this return 0 when the
string starts with "\\n".
src/lread.c