From c0906ff95d2d8bb79a130f9325370607c826ffda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jind=C5=99ich=20Makovi=C4=8Dka?= Date: Wed, 5 May 2021 14:46:10 +0200 Subject: [PATCH] Remove easy-menu-add which is currently no-op --- adoc-mode.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/adoc-mode.el b/adoc-mode.el index 716f4b0..171437b 100644 --- a/adoc-mode.el +++ b/adoc-mode.el @@ -2985,8 +2985,7 @@ Turning on Adoc mode runs the normal hook `adoc-mode-hook'." (when (boundp 'compilation-error-regexp-alist) (make-local-variable 'compilation-error-regexp-alist) (add-to-list 'compilation-error-regexp-alist 'asciidoc)) - - (easy-menu-add adoc-mode-menu)) + ) ;;;; non-definitions evaluated during load