]> git.eshelyaron.com Git - emacs.git/commitdiff
; Simplify last change
authorBasil L. Contovounesios <contovob@tcd.ie>
Wed, 10 Jun 2020 00:00:01 +0000 (01:00 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Wed, 10 Jun 2020 00:00:01 +0000 (01:00 +0100)
* lisp/progmodes/project.el (project--read-project-list): We are
already at BOB after insert-file-contents.

lisp/progmodes/project.el

index 0cca518d26154274ffc070ee057adf901d61f8b3..f3df44fa7babed1fdcaabc5321696ba545239554 100644 (file)
@@ -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 ()