summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2014-07-03 07:58:13 -0400
committerEric Schulte <schulte.eric@gmail.com>2014-07-03 07:59:15 -0400
commitfdc673dac0f23c3766ca547b7879435b20a35624 (patch)
tree06c1d4b8aa80f2d27bb7ea47f9d950892818f1b4
parentbd8bad281a37fb9a16b02db551447012dbe95080 (diff)
downloadorg-mode-fdc673dac0f23c3766ca547b7879435b20a35624.tar.gz
remove extra escape org-emphasis-regexp-components
specifically in the second 'post' element * lisp/org.el (org-emphasis-regexp-components): Remove extra escape org-emphasis-regexp-components, specifically in the second 'post' element.
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index fa61d3c..1400ebd 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -4269,7 +4269,7 @@ After a match, the match groups contain these elements:
;; set this option proved cumbersome. See this message/thread:
;; http://article.gmane.org/gmane.emacs.orgmode/68681
(defvar org-emphasis-regexp-components
- '(" \t('\"{" "- \t.,:!?;'\")}\\\[" " \t\r\n,\"'" "." 1)
+ '(" \t('\"{" "- \t.,:!?;'\")}\\[" " \t\r\n,\"'" "." 1)
"Components used to build the regular expression for emphasis.
This is a list with five entries. Terminology: In an emphasis string
like \" *strong word* \", we call the initial space PREMATCH, the final