From 1f47383ba052d4c3051ed189170f43c206171a8a Mon Sep 17 00:00:00 2001 From: Alex Corcoles Date: Thu, 2 Nov 2023 14:06:46 +0100 Subject: [PATCH] Fix typo Why didn't this cause any problem? I should know what I mess with... --- emacs/emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/emacs.el b/emacs/emacs.el index cd4ba72..70311ab 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 '( -- 2.47.3