Skip to content

Commit

Permalink
Remove easy-menu-add which is currently no-op
Browse files Browse the repository at this point in the history
  • Loading branch information
jmakovicka committed May 5, 2021
1 parent 84b5e67 commit c0906ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions adoc-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0906ff

Please sign in to comment.