Pārlūkot izejas kodu

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.
Bastien 7 gadi atpakaļ
vecāks
revīzija
5a0162097a
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      lisp/org.el

+ 0 - 1
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 ?~ "_")