[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/adoc-mode fe861ebf6c 157/199: Remove redundant function ca
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/adoc-mode fe861ebf6c 157/199: Remove redundant function call |
Date: |
Sun, 3 Sep 2023 06:59:42 -0400 (EDT) |
branch: elpa/adoc-mode
commit fe861ebf6cbff75b46ba1c075c9b51b6cb81c0bb
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>
Remove redundant function call
---
adoc-mode.el | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/adoc-mode.el b/adoc-mode.el
index f399a3b742..7a94dff6f1 100644
--- a/adoc-mode.el
+++ b/adoc-mode.el
@@ -2900,9 +2900,7 @@ Turning on Adoc mode runs the normal hook
`adoc-mode-hook'."
2 3 nil (1 . nil))))
(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))
+ (add-to-list 'compilation-error-regexp-alist 'asciidoc)))
;;;###autoload
(add-to-list 'auto-mode-alist '("\\.a\\(?:scii\\)?doc\\'" . adoc-mode))
- [nongnu] elpa/adoc-mode 7012401a36 164/199: [Fix #25] Remove markup-faces from code (#27), (continued)
- [nongnu] elpa/adoc-mode 7012401a36 164/199: [Fix #25] Remove markup-faces from code (#27), ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 4ffbe8a7b5 165/199: [Fix #14] Added CONTRIBUTING.md, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 319ebf80af 166/199: Bump the copyright years, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 2fdc443435 168/199: Fix a compilation warning, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode d0e5bb31f2 184/199: Remove the aggressive default background of native code blocks, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 2cc5aabe01 194/199: Fixes #39. Spaces and source-language name for language attribute, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode b1d7644fce 197/199: Addresses #39. Fix whitespace match at end of attr line for code blocks., ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 26d189ef54 198/199: [#39] Also allow open blocks with source style, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 809fb47a26 199/199: Add .elpaignore, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode c64b7c1e1b 086/199: mini edit comments, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode fe861ebf6c 157/199: Remove redundant function call,
ELPA Syncer <=
- [nongnu] elpa/adoc-mode 944ae37076 125/199: Create README.md, ELPA Syncer, 2023/09/03