guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: emacs-protobuf-mode: Rename the set-emacs-load-path phase.


From: guix-commits
Subject: 02/02: gnu: emacs-protobuf-mode: Rename the set-emacs-load-path phase.
Date: Mon, 18 Nov 2019 23:15:29 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 63edbb65e4d16ebbd4c3977e93c3ebcbf0495c46
Author: Maxim Cournoyer <address@hidden>
Date:   Tue Nov 19 13:11:16 2019 +0900

    gnu: emacs-protobuf-mode: Rename the set-emacs-load-path phase.
    
    This is a follow up commit to e1d31e6457.
    
    * gnu/packages/protobuf.scm (emacs-protobuf-mode): Add the
    change-working-directory phase before the add-source-to-load-path phase
    instead of before the set-emacs-load-path phase.
---
 gnu/packages/protobuf.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm
index d000579..5c22072 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -246,7 +246,7 @@ mechanism for serializing structured data.")
     (arguments
      `(#:phases
        (modify-phases %standard-phases
-         (add-before 'set-emacs-load-path 'change-working-directory
+         (add-before 'add-source-to-load-path 'change-working-directory
            (lambda _ (chdir "editors") #t)))))
     (home-page "https://github.com/protocolbuffers/protobuf";)
     (synopsis "Protocol buffers major mode for Emacs")



reply via email to

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