Pārlūkot izejas kodu

Fix last commit

* lisp/org.el (org-link-types): Hardcode "file+emacs" and "file+sys".
Nicolas Goaziou 11 gadi atpakaļ
vecāks
revīzija
51718d9674
1 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  1. 3 2
      lisp/org.el

+ 3 - 2
lisp/org.el

@@ -5585,8 +5585,9 @@ the rounding returns a past time."
 (require 'font-lock)
 
 (defconst org-non-link-chars "]\t\n\r<>")
-(defvar org-link-types '("http" "https" "ftp" "mailto" "file" "news"
-			 "shell" "elisp" "doi" "message" "help"))
+(defvar org-link-types '("http" "https" "ftp" "mailto" "file" "file+emacs"
+			 "file+sys" "news" "shell" "elisp" "doi" "message"
+			 "help"))
 (defvar org-link-types-re nil
   "Matches a link that has a url-like prefix like \"http:\"")
 (defvar org-link-re-with-space nil