0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-26 07:02:52 +00:00

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

Patch from Leo
This commit is contained in:
Carsten Dominik 2009-10-29 12:48:27 +01:00
parent b5750c8f42
commit 8a2566cad8

View file

@ -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 ()