emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 9e04d0f: ; Simplify last change


From: Basil L. Contovounesios
Subject: master 9e04d0f: ; Simplify last change
Date: Tue, 9 Jun 2020 20:09:51 -0400 (EDT)

branch: master
commit 9e04d0f289cc74fe2453910287bdab37e4aa1d35
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    ; 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 0cca518..f3df44f 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 ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]