diff options
| author | Glenn Morris | 2017-11-27 14:25:35 -0500 |
|---|---|---|
| committer | Glenn Morris | 2017-11-27 14:25:35 -0500 |
| commit | f2e6961a1b849e6a026db30a4f7d09b6f0753b02 (patch) | |
| tree | 074bee3ca4fba09d17aa1c13913417d0ee89e143 | |
| parent | 1c8bd8a119b9c96763d3b6c5447d9e9e26a6f922 (diff) | |
| download | emacs-f2e6961a1b849e6a026db30a4f7d09b6f0753b02.tar.gz emacs-f2e6961a1b849e6a026db30a4f7d09b6f0753b02.zip | |
; * lisp/emacs-lisp/bytecomp.el (byte-compile-dest-file):
Fix typo in previous.
| -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 7b17d9f2900..e4d8a202a3b 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el | |||
| @@ -177,7 +177,7 @@ are found in the same directory is hard-coded in various places in Emacs.)" | |||
| 177 | If `byte-compile-dest-file-function' is non-nil, uses that | 177 | If `byte-compile-dest-file-function' is non-nil, uses that |
| 178 | function to do the work. Otherwise, if FILENAME matches | 178 | function to do the work. Otherwise, if FILENAME matches |
| 179 | `emacs-lisp-file-regexp' (by default, files with the extension \".el\"), | 179 | `emacs-lisp-file-regexp' (by default, files with the extension \".el\"), |
| 180 | replaces the matching part (and anything after it) with \"\.elc\"; | 180 | replaces the matching part (and anything after it) with \".elc\"; |
| 181 | otherwise adds \".elc\"." | 181 | otherwise adds \".elc\"." |
| 182 | (if byte-compile-dest-file-function | 182 | (if byte-compile-dest-file-function |
| 183 | (funcall byte-compile-dest-file-function filename) | 183 | (funcall byte-compile-dest-file-function filename) |