From 9e04d0f289cc74fe2453910287bdab37e4aa1d35 Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Wed, 10 Jun 2020 01:00:01 +0100 Subject: [PATCH] ; Simplify last change * lisp/progmodes/project.el (project--read-project-list): We are already at BOB after insert-file-contents. --- lisp/progmodes/project.el | 1 - 1 file changed, 1 deletion(-) 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 () -- 2.39.5