From: Basil L. Contovounesios Date: Wed, 10 Jun 2020 00:00:01 +0000 (+0100) Subject: ; Simplify last change X-Git-Tag: emacs-28.0.90~7187 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9e04d0f289cc74fe2453910287bdab37e4aa1d35;p=emacs.git ; Simplify last change * lisp/progmodes/project.el (project--read-project-list): We are already at BOB after insert-file-contents. --- 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 ()