summaryrefslogtreecommitdiff
path: root/.emacs.d/init-spw.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init-spw.el')
-rw-r--r--.emacs.d/init-spw.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/.emacs.d/init-spw.el b/.emacs.d/init-spw.el
index 1e8bcbf8..06592293 100644
--- a/.emacs.d/init-spw.el
+++ b/.emacs.d/init-spw.el
@@ -2727,8 +2727,7 @@ mutt's review view, after exiting EDITOR."
(let ((tb (expand-file-name "~/annex/media/HyperSpec-7-0.tar.gz"))
(hd (expand-file-name "~/local/clhs/HyperSpec/")))
- (when (and (file-exists-p tb)
- (not (file-directory-p hd)))
+ (when (and (file-exists-p tb) (not (file-directory-p hd)))
(make-directory (expand-file-name "~/local/clhs/" t))
(let ((default-directory "~/local/clhs/"))
(call-process-shell-command (concat "tar xfz " tb))))