summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien <bzg@gnu.org>2018-04-26 11:26:18 +0200
committerBastien <bzg@gnu.org>2018-04-26 11:26:18 +0200
commit5a0162097ac59c878a3814e6b84ce8f78901c44e (patch)
treeffefcbeb5995f7a68e400f73d2a8f34d29b92632
parent2ea09c9ad78084459e547fdd33f5e81bdade1dba (diff)
downloadorg-mode-5a0162097ac59c878a3814e6b84ce8f78901c44e.tar.gz
org.el (org-mode): Don't modify syntax entry for "@" globally
* lisp/org.el (org-mode): Don't modify syntax entry for "@" globally. This syntax entry dates from commit fe939ecb when it was used to allow "@" in tags. Now "@" is a word constituent in tags, not anywhere.
-rw-r--r--lisp/org.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 1cf2d27..883e8fd 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -5432,7 +5432,6 @@ The following commands are available:
;; Calc embedded
(setq-local calc-embedded-open-mode "# ")
;; Modify a few syntax entries
- (modify-syntax-entry ?@ "w")
(modify-syntax-entry ?\" "\"")
(modify-syntax-entry ?\\ "_")
(modify-syntax-entry ?~ "_")