Pārlūkot izejas kodu

Use text-mode-abbrev-table as parent for the table in Org-mode

Patch from Leo
Carsten Dominik 15 gadi atpakaļ
vecāks
revīzija
8a2566cad8
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      lisp/org.el

+ 3 - 0
lisp/org.el

@@ -4141,6 +4141,9 @@ The following commands are available:
       (org-indent-mode 1))
     (org-set-startup-visibility)))
 
+(abbrev-table-put org-mode-abbrev-table
+                  :parents (list text-mode-abbrev-table))
+
 (put 'org-mode 'flyspell-mode-predicate 'org-mode-flyspell-verify)
 
 (defun org-current-time ()