From 5ee0d29f5702c1f5e5fdcefbf390c06dcbe4119e Mon Sep 17 00:00:00 2001 From: Aaron Ecay Date: Sat, 21 Jun 2014 21:38:32 -0400 Subject: [PATCH] Remove another vestige of org-mtags * lisp/org-src.el (org-edit-src-find-region-and-lang): Remove old -style tags. This completes commit 94939bd --- lisp/org-src.el | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lisp/org-src.el b/lisp/org-src.el index 8bf1ab98d..9200d911d 100644 --- a/lisp/org-src.el +++ b/lisp/org-src.el @@ -557,13 +557,6 @@ the language, a switch telling if the content should be in a single line." (append org-edit-src-region-extra '( - ("[^<]*>[ \t]*\n?" "\n?[ \t]*" lang) - ("[^<]*>[ \t]*\n?" "\n?[ \t]*" style) - ("[ \t]*\n?" "\n?[ \t]*" "fundamental") - ("[ \t]*\n?" "\n?[ \t]*" "emacs-lisp") - ("[ \t]*\n?" "\n?[ \t]*" "perl") - ("[ \t]*\n?" "\n?[ \t]*" "python") - ("[ \t]*\n?" "\n?[ \t]*" "ruby") ("^[ \t]*#\\+begin_src\\( \\([^ \t\n]+\\)\\)?.*\n" "\n[ \t]*#\\+end_src" 2) ("^[ \t]*#\\+begin_example.*\n" "\n[ \t]*#\\+end_example" "fundamental") ("^[ \t]*#\\+html:" "\n" "html" single-line) -- 2.11.4.GIT