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