unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 368fa6e33afdcc8d2da723682722f85b1eb6f145 584 bytes (raw)
name: gnu/packages/patches/emacs27-exec-path.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -479,7 +479,8 @@ lost after dumping")))
                         ((equal dump-mode "dump") "emacs")
                         ((equal dump-mode "bootstrap") "emacs")
                         ((equal dump-mode "pbootstrap") "bootstrap-emacs.pdmp")
-                        (t (error "unrecognized dump mode %s" dump-mode)))))
+                        (t (error "unrecognized dump mode %s" dump-mode))))
+          (exec-path nil))
       (message "Dumping under the name %s" output)
       (condition-case ()
           (delete-file output)

debug log:

solving 368fa6e33a ...
found 368fa6e33a in https://yhetil.org/guix-patches/20191218200419.28836-1-bandali@gnu.org/

applying [1/1] https://yhetil.org/guix-patches/20191218200419.28836-1-bandali@gnu.org/
diff --git a/gnu/packages/patches/emacs27-exec-path.patch b/gnu/packages/patches/emacs27-exec-path.patch
new file mode 100644
index 0000000000..368fa6e33a

Checking patch gnu/packages/patches/emacs27-exec-path.patch...
Applied patch gnu/packages/patches/emacs27-exec-path.patch cleanly.

index at:
100644 368fa6e33afdcc8d2da723682722f85b1eb6f145	gnu/packages/patches/emacs27-exec-path.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).