From b687d65a02e93fda36a00e90bd016a0f74f9708e Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 4 Feb 2013 21:06:53 -0500 Subject: [PATCH] Fix indentation in previous --- lisp/play/gamegrid.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lisp/play/gamegrid.el b/lisp/play/gamegrid.el index 91192517f7c..b6fd064ca84 100644 --- a/lisp/play/gamegrid.el +++ b/lisp/play/gamegrid.el @@ -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 "/") -- 2.39.5