emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 f2e6961: ; * lisp/emacs-lisp/bytecomp.el (byte-co


From: Glenn Morris
Subject: [Emacs-diffs] emacs-26 f2e6961: ; * lisp/emacs-lisp/bytecomp.el (byte-compile-dest-file):
Date: Mon, 27 Nov 2017 14:25:47 -0500 (EST)

branch: emacs-26
commit f2e6961a1b849e6a026db30a4f7d09b6f0753b02
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    ; * lisp/emacs-lisp/bytecomp.el (byte-compile-dest-file):
    Fix typo in previous.
---
 lisp/emacs-lisp/bytecomp.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index 7b17d9f..e4d8a20 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.)"
 If `byte-compile-dest-file-function' is non-nil, uses that
 function to do the work.  Otherwise, if FILENAME matches
 `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\"."
   (if byte-compile-dest-file-function
       (funcall byte-compile-dest-file-function filename)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]