diff options
author | Amin Bandali <bandali@gnu.org> | 2019-12-17 23:49:49 -0500 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-12-23 19:38:14 +0100 |
commit | 92d2205a19e9abc040fc245859613a4a582a8dcb (patch) | |
tree | 88cf54ef1d88a10cede452276f04ea9117a8b78f /gnu/local.mk | |
parent | 17a1566f76403dcc0154782f5fc27db1be54dba6 (diff) | |
download | patches-92d2205a19e9abc040fc245859613a4a582a8dcb.tar patches-92d2205a19e9abc040fc245859613a4a582a8dcb.tar.gz |
gnu: Add emacs-next.
Add `emacs-next' for building latest Emacs from git.
* gnu/packages/emacs.scm (emacs-next): New variable.
(emacs): make the autoload deletion snippet not fail when eshell/esh-groups.el
does not exist. This enables reuse of the entire snippet field of `emacs' for
`emacs-next'.
* gnu/packages/patches/emacs27-exec-path.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add the above patch file to it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 9d5ba050ce..3ed6808edb 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -803,6 +803,7 @@ dist_patch_DATA = \ %D%/packages/patches/elixir-path-length.patch \ %D%/packages/patches/elm-compiler-disable-reactor.patch \ %D%/packages/patches/elm-compiler-fix-map-key.patch \ + %D%/packages/patches/emacs27-exec-path.patch \ %D%/packages/patches/emacs-dired-toggle-sudo-emacs-26.patch \ %D%/packages/patches/emacs-exec-path.patch \ %D%/packages/patches/emacs-fix-scheme-indent-function.patch \ |