emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/nix-mode 127d76202f 2/2: Merge pull request #171 from nasy


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode 127d76202f 2/2: Merge pull request #171 from nasyxx/patch-1
Date: Tue, 8 Nov 2022 19:59:02 -0500 (EST)

branch: elpa/nix-mode
commit 127d76202f10973e5af760fdb7804cc55cf51152
Merge: b76c847794 36c9622637
Author: Matthew Bauer <mjbauer95@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #171 from nasyxx/patch-1
    
    Use goto-char instead of setf (point)
---
 nix-store.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nix-store.el b/nix-store.el
index e3e872edeb..f3560afd1b 100644
--- a/nix-store.el
+++ b/nix-store.el
@@ -193,7 +193,7 @@ implement your own ones) you can customize the variable
     (magit-insert-section (store-path)
       (magit-insert-headers 'nix-store-path-headers-hook)
       (magit-run-section-hook 'nix-store-path-sections-hook))
-    (setf (point) (point-min))))
+    (goto-char (point-min))))
 
 (defun nix-store-path-at-point ()
   "Return the nix-store path at point."



reply via email to

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