[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
feature/native-comp b775751: ; * lisp/loadup.el: Fix comment.
From: |
Andrea Corallo |
Subject: |
feature/native-comp b775751: ; * lisp/loadup.el: Fix comment. |
Date: |
Tue, 6 Apr 2021 15:04:32 -0400 (EDT) |
branch: feature/native-comp
commit b77575198c4395b9345ad6694d7fb1fe23aeace6
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>
; * lisp/loadup.el: Fix comment.
---
lisp/loadup.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/loadup.el b/lisp/loadup.el
index c3948e4..650288f 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -452,7 +452,7 @@ lost after dumping")))
(when (featurep 'nativecomp)
;; Fix the compilation unit filename to have it working when
;; installed or if the source directory got moved. This is set to be
- ;; a cons cell of the form:
+ ;; a pair in the form of:
;; (rel-filename-from-install-bin . rel-filename-from-local-bin).
(let ((h (make-hash-table :test #'eq))
(bin-dest-dir (cadr (member "--bin-dest" command-line-args)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- feature/native-comp b775751: ; * lisp/loadup.el: Fix comment.,
Andrea Corallo <=