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/autoload.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/autoload.el')
| -rw-r--r-- | lisp/emacs-lisp/autoload.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el index ca1d75176dc..1b7ff36f422 100644 --- a/lisp/emacs-lisp/autoload.el +++ b/lisp/emacs-lisp/autoload.el | |||
| @@ -748,7 +748,7 @@ FILE's modification time." | |||
| 748 | (setq output-start (autoload--setup-output | 748 | (setq output-start (autoload--setup-output |
| 749 | otherbuf outbuf absfile load-name))) | 749 | otherbuf outbuf absfile load-name))) |
| 750 | (autoload--print-cookie-text output-start load-name file)) | 750 | (autoload--print-cookie-text output-start load-name file)) |
| 751 | ((looking-at ";") | 751 | ((= (following-char) ?\;) |
| 752 | ;; Don't read the comment. | 752 | ;; Don't read the comment. |
| 753 | (forward-line 1)) | 753 | (forward-line 1)) |
| 754 | (t | 754 | (t |