Fix indentation in previous
This commit is contained in:
parent
3505fa027b
commit
b687d65a02
1 changed files with 4 additions and 3 deletions
|
|
@ -509,10 +509,11 @@ FILE is created there."
|
|||
(unless (file-exists-p
|
||||
(directory-file-name gamegrid-user-score-file-directory))
|
||||
(make-directory gamegrid-user-score-file-directory t))
|
||||
(let ((f (expand-file-name file gamegrid-user-score-file-directory)))
|
||||
(unless (file-exists-p f)
|
||||
(let ((f (expand-file-name file
|
||||
gamegrid-user-score-file-directory)))
|
||||
(unless (file-exists-p f)
|
||||
(write-region "" nil f nil 'silent nil 'excl))
|
||||
(gamegrid-add-score-with-update-game-score-1 file f score))))))
|
||||
(gamegrid-add-score-with-update-game-score-1 file f score))))))
|
||||
|
||||
(defun gamegrid-add-score-with-update-game-score-1 (file target score)
|
||||
(let ((default-directory "/")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue