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.
This commit is contained in:
Bastien 2018-04-26 11:26:18 +02:00
parent 2ea09c9ad7
commit 5a0162097a
1 changed files with 0 additions and 1 deletions

View File

@ -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 ?~ "_")