all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 9984f10301753abfaebcb1f1a9aac540c5877dab 348 bytes (raw)
name: gnu/packages/patches/emacs-wordnut-require-adaptive-wrap.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
 
Copyright © 2018 Mathieu Othacehe <m.othacehe@gmail.com>

This patch forces the use of adaptive-wrap.

diff --git a/wordnut.el b/wordnut.el
index 0ae86ad..72f9221 100644
--- a/wordnut.el
+++ b/wordnut.el
@@ -4,6 +4,7 @@
 (require 'subr-x)
 (require 'outline)
 (require 'imenu)
+(require 'adaptive-wrap)
 
 (require 'wordnut-history)
 
-- 
2.17.1


debug log:

solving 9984f1030 ...
found 9984f1030 in https://yhetil.org/guix/20181218122416.19666-1-m.othacehe@gmail.com/

applying [1/1] https://yhetil.org/guix/20181218122416.19666-1-m.othacehe@gmail.com/
diff --git a/gnu/packages/patches/emacs-wordnut-require-adaptive-wrap.patch b/gnu/packages/patches/emacs-wordnut-require-adaptive-wrap.patch
new file mode 100644
index 000000000..9984f1030

1:20: trailing whitespace.
 
1:22: trailing whitespace.
 
1:23: trailing whitespace.
-- 
Checking patch gnu/packages/patches/emacs-wordnut-require-adaptive-wrap.patch...
1:25: new blank line at EOF.
+
Applied patch gnu/packages/patches/emacs-wordnut-require-adaptive-wrap.patch cleanly.
warning: 4 lines add whitespace errors.

index at:
100644 9984f10301753abfaebcb1f1a9aac540c5877dab	gnu/packages/patches/emacs-wordnut-require-adaptive-wrap.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.