From: Glenn Morris Date: Tue, 5 Feb 2013 02:06:53 +0000 (-0500) Subject: Fix indentation in previous X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/b687d65a02e93fda36a00e90bd016a0f74f9708e Fix indentation in previous --- diff --git a/lisp/play/gamegrid.el b/lisp/play/gamegrid.el index 91192517f7..b6fd064ca8 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 "/")