diff options
-rw-r--r-- | lisp/progmodes/project.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index 0cca518d261..f3df44fa7ba 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el @@ -763,7 +763,6 @@ Arguments the same as in `compile'." (when (file-exists-p filename) (with-temp-buffer (insert-file-contents filename) - (goto-char (point-min)) (read (current-buffer))))))) (defun project--ensure-read-project-list () |