[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: emacs-erlang: Rename the set-emacs-load-path phase.
From: |
guix-commits |
Subject: |
01/02: gnu: emacs-erlang: 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 ffb23165488c67d8034146ff8a10d86e238d60f6
Author: Maxim Cournoyer <address@hidden>
Date: Tue Nov 19 13:07:06 2019 +0900
gnu: emacs-erlang: Rename the set-emacs-load-path phase.
This is a follow up commit to e1d31e6457.
* gnu/packages/erlang.scm (emacs-erlang): 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/erlang.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index 4fba7ee..4e12bb4 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -223,7 +223,7 @@ built-in support for concurrency, distribution and fault
tolerance.")
(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 "lib/tools/emacs") #t)))))
(home-page "https://www.erlang.org/")
(synopsis "Erlang major mode for Emacs")