gnu: emacs-undohist-el: Apply 'emacs-undohist-ignored.patch'.

This commit follows 3dbd240937.

* gnu/packages/emacs-xyz.scm (emacs-undohist-el)[source]: Add
'emacs-undohist-ignored.patch'.
This commit is contained in:
Oleg Pykhalov 2019-04-05 18:50:19 +03:00
parent 3dbd240937
commit 37aaf9a8c7
No known key found for this signature in database
GPG key ID: 167F8EA5001AFA9C

View file

@ -4550,7 +4550,9 @@ (define-public emacs-undohist-el
(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")