mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 22:41:06 -08:00
Merge branch 'master' into feature/byte-switch
This commit is contained in:
commit
cb410433e0
28 changed files with 158 additions and 127 deletions
|
|
@ -2013,7 +2013,7 @@ With argument ARG, insert value in current buffer after the form."
|
|||
;; Compile the forms from the input buffer.
|
||||
(while (progn
|
||||
(while (progn (skip-chars-forward " \t\n\^l")
|
||||
(looking-at ";"))
|
||||
(= (following-char) ?\;))
|
||||
(forward-line 1))
|
||||
(not (eobp)))
|
||||
(setq byte-compile-read-position (point)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue