; * lisp/emacs-lisp/bytecomp.el (byte-compile-dest-file):
Fix typo in previous.
This commit is contained in:
parent
1c8bd8a119
commit
f2e6961a1b
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ are found in the same directory is hard-coded in various places in Emacs.)"
|
||||||
If `byte-compile-dest-file-function' is non-nil, uses that
|
If `byte-compile-dest-file-function' is non-nil, uses that
|
||||||
function to do the work. Otherwise, if FILENAME matches
|
function to do the work. Otherwise, if FILENAME matches
|
||||||
`emacs-lisp-file-regexp' (by default, files with the extension \".el\"),
|
`emacs-lisp-file-regexp' (by default, files with the extension \".el\"),
|
||||||
replaces the matching part (and anything after it) with \"\.elc\";
|
replaces the matching part (and anything after it) with \".elc\";
|
||||||
otherwise adds \".elc\"."
|
otherwise adds \".elc\"."
|
||||||
(if byte-compile-dest-file-function
|
(if byte-compile-dest-file-function
|
||||||
(funcall byte-compile-dest-file-function filename)
|
(funcall byte-compile-dest-file-function filename)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue