mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-04 08:47:11 +00:00
db30296bae
* src/lread.c (readevalloop): Fix the "whole buffer" check to operate in the correct buffer. (Feval_buffer): Move point back to the start after checking for lexical binding. * test/src/lread-tests.el (lread-test-bug26837): New test. * test/data/somelib.el, test/data/somelib2.el: New test data files.
8 lines
86 B
EmacsLisp
8 lines
86 B
EmacsLisp
;;; -*- lexical-binding: t; -*-
|
|
|
|
;; blah
|
|
|
|
(defun somefunc2 () t)
|
|
|
|
(provide 'somelib2)
|