diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-10-15 09:20:45 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-10-15 09:20:45 +0200 |
commit | 66cac74262025afbc7eb89008f0cf0fffed5cb0f (patch) | |
tree | ecab2b6ebb9ab3e2403b1925843e80c951c6323e /app-emacs/markdown-mode/files | |
parent | app-emacs/icicles: Remove old. (diff) | |
download | gentoo-66cac74262025afbc7eb89008f0cf0fffed5cb0f.tar.gz gentoo-66cac74262025afbc7eb89008f0cf0fffed5cb0f.tar.bz2 gentoo-66cac74262025afbc7eb89008f0cf0fffed5cb0f.zip |
app-emacs/markdown-mode: Remove old.
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/markdown-mode/files')
-rw-r--r-- | app-emacs/markdown-mode/files/markdown-mode-2.1-text-auto-mode.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/app-emacs/markdown-mode/files/markdown-mode-2.1-text-auto-mode.patch b/app-emacs/markdown-mode/files/markdown-mode-2.1-text-auto-mode.patch deleted file mode 100644 index 91449c6daa54..000000000000 --- a/app-emacs/markdown-mode/files/markdown-mode-2.1-text-auto-mode.patch +++ /dev/null @@ -1,23 +0,0 @@ -From a70e74e0eedb436c4126ac69b0beaa4ab848b78e Mon Sep 17 00:00:00 2001 -From: Steve Purcell <steve@sanityinc.com> -Date: Mon, 14 Mar 2016 09:18:16 +1300 -Subject: Remove autoload for .text - -While .md and .markdown are clearly markdown files, the handling of .text is not a choice that markdown-mode should be making on the user's behalf without any opportunity to prevent it. - -diff --git a/markdown-mode.el b/markdown-mode.el -index b7a32cc..978e040 100644 ---- a/markdown-mode.el -+++ b/markdown-mode.el -@@ -6634,8 +6634,6 @@ BEG and END are the limits of scanned region." - ;;;###autoload - (add-to-list 'auto-mode-alist '("\\.markdown\\'" . markdown-mode)) - ;;;###autoload --(add-to-list 'auto-mode-alist '("\\.text\\'" . markdown-mode)) --;;;###autoload - (add-to-list 'auto-mode-alist '("\\.md\\'" . markdown-mode)) - - --- -cgit v0.10.2 - |