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'.
master
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
1 changed files with 3 additions and 1 deletions

View File

@ -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")