diff options
| author | Ludovic Courtès | 2017-09-11 14:46:13 +0200 |
|---|---|---|
| committer | Ludovic Courtès | 2017-09-11 14:52:29 +0200 |
| commit | 66ae958c5bee27266bce2a573812db7fec7c3111 (patch) | |
| tree | 0e621308890580d182d0a13d46c9aaddadb9d984 /gnu/local.mk | |
| parent | 238ee64802e73b797a51646014b22bbeaf90d0d5 (diff) | |
gnu: emacs: Patch message-mode enriched text translation [security fix].
* gnu/packages/patches/emacs-unsafe-enriched-mode-translations.patch:
New file.
* gnu/packages/emacs.scm (emacs)[source](patches): Add it.
* gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/local.mk')
| -rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index c92b93dbd..e98ee6d7f 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -589,6 +589,7 @@ dist_patch_DATA = \ %D%/packages/patches/emacs-fix-scheme-indent-function.patch \ %D%/packages/patches/emacs-scheme-complete-scheme-r5rs-info.patch \ %D%/packages/patches/emacs-source-date-epoch.patch \ + %D%/packages/patches/emacs-unsafe-enriched-mode-translations.patch \ %D%/packages/patches/erlang-man-path.patch \ %D%/packages/patches/eudev-rules-directory.patch \ %D%/packages/patches/evilwm-lost-focus-bug.patch \ |