diff options
| author | Vibhav Pant | 2017-02-13 17:07:36 +0530 |
|---|---|---|
| committer | Vibhav Pant | 2017-02-13 17:07:36 +0530 |
| commit | cb410433e069b5bb450193353c3fea8593a643a9 (patch) | |
| tree | d2f4269781b4841e5a0c27ec57a5a4fbcec386c0 /lisp/emacs-lisp/bytecomp.el | |
| parent | e742450427007cdde242c11380dfe32a950fab61 (diff) | |
| parent | 4b18ef7ba3dd8aae4f3c3bf931365ef7da883baf (diff) | |
| download | emacs-feature/byte-switch.tar.gz emacs-feature/byte-switch.zip | |
Merge branch 'master' into feature/byte-switchfeature/byte-switch
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) |