]> git.eshelyaron.com Git - emacs.git/commit
Cease emitting negative file offsets for user variables
authorMattias Engdegård <mattiase@acm.org>
Sun, 7 Aug 2022 08:52:16 +0000 (10:52 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sun, 7 Aug 2022 08:52:16 +0000 (10:52 +0200)
commit08a74ab05a2dcca261fe6adaa839a936b5c123c0
tree115570eea3358aeb05bdb2aed3df2a455a24b9c7
parent7778f83b3e691716522b30393d33ae20cba9a2b0
Cease emitting negative file offsets for user variables

'User variables' were made obsolete in Emacs 24 along with
user-variable-p; the sign of the position in (#$ . POS) hasn't
mattered since.

* lisp/emacs-lisp/bytecomp.el (byte-compile-output-docform):
Don't emit negative position when doc string starts with `*`.
* src/lread.c (get_lazy_string): Explain.
lisp/emacs-lisp/bytecomp.el
src/lread.c