summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2019-04-05 18:50:19 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2019-04-05 18:52:30 +0300
commit37aaf9a8c7d64ae69c4670a12f481dfc0aac53ae (patch)
tree2373c563e662593d9d427b9509aeec8c4c78454c /gnu
parent3dbd240937a7fb4322db21bc1bf6189a1a512223 (diff)
downloadguix-37aaf9a8c7d64ae69c4670a12f481dfc0aac53ae.tar.gz
gnu: emacs-undohist-el: Apply 'emacs-undohist-ignored.patch'.
This commit follows 3dbd240937a7fb4322db21bc1bf6189a1a512223.

* gnu/packages/emacs-xyz.scm (emacs-undohist-el)[source]: Add
'emacs-undohist-ignored.patch'.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs-xyz.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6de4fc4d20..b89b3cf79b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4550,7 +4550,9 @@ agree upon.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "1c0daw246ky7b1x5b8h55x79pl1pjqk1k348l487bdd8zdj4w9wx"))))
+           "1c0daw246ky7b1x5b8h55x79pl1pjqk1k348l487bdd8zdj4w9wx"))
+         (patches
+          (search-patches "emacs-undohist-ignored.patch"))))
       (build-system emacs-build-system)
       (home-page "https://github.com/m2ym/undohist-el")
       (synopsis "Save undo history between sessions")