mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 18:41:25 -08:00
* 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.
7 lines
84 B
EmacsLisp
7 lines
84 B
EmacsLisp
;;; -*- lexical-binding: t; -*-
|
|
|
|
;; blah
|
|
|
|
(defun somefunc () t)
|
|
|
|
(provide 'somelib)
|