[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/evil-surround 4706987bc0 151/175: fix make emacs
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/evil-surround 4706987bc0 151/175: fix make emacs |
Date: |
Mon, 9 Oct 2023 13:01:15 -0400 (EDT) |
branch: elpa/evil-surround
commit 4706987bc01a552343848da49b4951bd54374643
Author: Filipe Correa Lima da Silva <filipe.silva@bcb.gov.br>
Commit: Filipe Correa Lima da Silva <filipe.silva@bcb.gov.br>
fix make emacs
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 19262471c7..a8d9486278 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
emacs ?= emacs
bemacs = $(emacs) -batch -l test/elpa.el
-LIBS = -L evil -L evil/lib -l evil.el -l goto-chg.el -l undo-tree.el -L . -l
evil-surround.el -L test -l evil-surround-test.el
+LIBS = -L evil -L evil/lib -l evil.el -l goto-chg.el -L . -l evil-surround.el
-L test -l evil-surround-test.el
update:
$(emacs) -batch -l test/make-update.el && \
- [nongnu] elpa/evil-surround 8d4e72d62a 078/175: README: surround-operator-alist -> evil-surround-operator-alist, (continued)
- [nongnu] elpa/evil-surround 8d4e72d62a 078/175: README: surround-operator-alist -> evil-surround-operator-alist, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 15b0b14091 096/175: Add tests, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 854e05fffe 098/175: attempt to display travis badge, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 7839abe0e0 109/175: Merge pull request #120 from edkolev/use-examples-as-tests, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 57daf201cd 120/175: add yS test, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 6270ab1830 121/175: Fix repeat when pair is determined by function, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 61e4a4aa5c 124/175: try out new logo scale, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 55c820083a 116/175: Use ‘evil-surround’ as :group for customizable variables, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 01eb3c0e4f 142/175: Remove apparently-unnecessary run-at-time, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 191ad92fb8 155/175: Add support for surrounding with function calls in prefix form, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 4706987bc0 151/175: fix make emacs,
ELPA Syncer <=
- [nongnu] elpa/evil-surround ee61a65200 144/175: Fix repeating tag changes, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 78b2958546 164/175: Update maintainer for NonGNU ELPA, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround bd98f7f549 175/175: Return an empty range from evil-surround-edit, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround ea14078cb2 171/175: Make car + cdr safe for delete overlays, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround ee19b598ca 019/175: Merge pull request #8 from cofi/master, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 9f2917cfe2 018/175: Mention the buffer local surround pairs in the readme., ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround c42ddb5d1d 023/175: add autoloads, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 31cc1da60c 026/175: Merge pull request #14 from milkypostman/master, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 0c503fc994 033/175: Merge branch 'master' of https://github.com/lyro/evil-surround, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 8b59d17d5c 038/175: Merge pull request #32 from Silex/master, ELPA Syncer, 2023/10/09