gnu: Python 3.9: Fix CVE-2021-3177.
[jackhill/guix/guix.git] / gnu / packages / patches / emacs-wordnut-require-adaptive-wrap.patch
1 Copyright © 2018 Mathieu Othacehe <m.othacehe@gmail.com>
2
3 This patch forces the use of adaptive-wrap. This feature is optional but we
4 prefer to enable it by default.
5
6 diff --git a/wordnut.el b/wordnut.el
7 index 0ae86ad..72f9221 100644
8 --- a/wordnut.el
9 +++ b/wordnut.el
10 @@ -4,6 +4,7 @@
11 (require 'subr-x)
12 (require 'outline)
13 (require 'imenu)
14 +(require 'adaptive-wrap)
15
16 (require 'wordnut-history)
17
18 --
19 2.17.1
20