Add missing paren to stride-read-file.
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
(when (file-exists-p stride-nav-file)
|
(when (file-exists-p stride-nav-file)
|
||||||
(with-temp-buffer
|
(with-temp-buffer
|
||||||
(insert-file-contents stride-nav-file)
|
(insert-file-contents stride-nav-file)
|
||||||
(setq stride-nav (read (buffer-string)))))
|
(setq stride-nav (read (buffer-string))))))
|
||||||
|
|
||||||
(defun stride-write-file ()
|
(defun stride-write-file ()
|
||||||
"Write `stride-nav' to `stride-nav-file' file."
|
"Write `stride-nav' to `stride-nav-file' file."
|
||||||
|
|||||||
Reference in New Issue
Block a user