diff options
Diffstat (limited to 'emacs/emacs.el')
| -rw-r--r-- | emacs/emacs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el index cd4ba72d..70311ab6 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -133,7 +133,7 @@ (clear-abbrev-table global-abbrev-table) (progn - (when (boundp 'daoc-mode-abbrev-table) + (when (boundp 'adoc-mode-abbrev-table) (clear-abbrev-table adoc-mode-abbrev-table)) (define-abbrev-table 'adoc-mode-abbrev-table '( |
