diff options
Diffstat (limited to 'lisp/emacs-lisp/bytecomp.el')
| -rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 6e8442291f8..75e6b904aa6 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el | |||
| @@ -2013,7 +2013,7 @@ With argument ARG, insert value in current buffer after the form." | |||
| 2013 | ;; Compile the forms from the input buffer. | 2013 | ;; Compile the forms from the input buffer. |
| 2014 | (while (progn | 2014 | (while (progn |
| 2015 | (while (progn (skip-chars-forward " \t\n\^l") | 2015 | (while (progn (skip-chars-forward " \t\n\^l") |
| 2016 | (looking-at ";")) | 2016 | (= (following-char) ?\;)) |
| 2017 | (forward-line 1)) | 2017 | (forward-line 1)) |
| 2018 | (not (eobp))) | 2018 | (not (eobp))) |
| 2019 | (setq byte-compile-read-position (point) | 2019 | (setq byte-compile-read-position (point) |