emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111677: Fix indentation in previous


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111677: Fix indentation in previous
Date: Mon, 04 Feb 2013 21:06:53 -0500
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111677
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2013-02-04 21:06:53 -0500
message:
  Fix indentation in previous
modified:
  lisp/play/gamegrid.el
=== modified file 'lisp/play/gamegrid.el'
--- a/lisp/play/gamegrid.el     2013-02-05 02:03:51 +0000
+++ b/lisp/play/gamegrid.el     2013-02-05 02:06:53 +0000
@@ -509,10 +509,11 @@
           (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 "/")


reply via email to

[Prev in Thread] Current Thread [Next in Thread]