]> git.eshelyaron.com Git - emacs.git/commit
Fix test for whether the '.el' file is newer than '.elc'
authorEli Zaretskii <eliz@gnu.org>
Wed, 22 Jun 2016 15:55:14 +0000 (18:55 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 22 Jun 2016 15:55:14 +0000 (18:55 +0300)
commitcc113e557d56d849e9699ceb3bc4a735c628b46e
treee42ef7f921cfc576464c0fdf4427781f0a3ea7a0
parent791193d309a0e8f60c3cdae2941c718d07411159
Fix test for whether the '.el' file is newer than '.elc'

* src/lread.c (Fload): Don't overwrite the last character of the
file name in FOUND with 'c', unless the file name ended in ".elc"
to begin with.  Don't treat empty files as byte-compiled.  See
http://lists.gnu.org/archive/html/emacs-devel/2016-06/msg00463.html
for more details of the problem this caused.
src/lread.c