; * lisp/loadup.el: Fix comment.
This commit is contained in:
parent
02724cc2fc
commit
b77575198c
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue