mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-15 14:51:14 -08:00
revision
This commit is contained in:
parent
70d0292019
commit
702edf22c9
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@
|
|||
|
||||
(defun rename-file* (from to) ; called from QML
|
||||
(ensure-directories-exist (merge-pathnames to from)) ; for moving files around
|
||||
(ignore-errors (rename-file from to)))
|
||||
(rename-file from to))
|
||||
|
||||
(defun location (name)
|
||||
(cond ((string= ":data" name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue