From 5a0162097ac59c878a3814e6b84ce8f78901c44e Mon Sep 17 00:00:00 2001 From: Bastien Date: Thu, 26 Apr 2018 11:26:18 +0200 Subject: [PATCH] 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. --- lisp/org.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 1cf2d2700..883e8fd1c 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 ?~ "_")