emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ace-window ad7c0fb 21/92: test/make-plain.el: Add


From: Stefan Monnier
Subject: [elpa] externals/ace-window ad7c0fb 21/92: test/make-plain.el: Add
Date: Wed, 17 Mar 2021 18:39:14 -0400 (EDT)

branch: externals/ace-window
commit ad7c0fb480cc7f1d913806e20a28349100432051
Author: Oleh Krehel <ohwoeowho@gmail.com>
Commit: Oleh Krehel <ohwoeowho@gmail.com>

    test/make-plain.el: Add
    
    * Makefile: Update
---
 Makefile           | 3 +++
 test/make-plain.el | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/Makefile b/Makefile
index d83e2ea..c0a7d2a 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,9 @@ update:
 compile: clean
        emacs -batch -l test/elpa.el -l test/make-compile.el
 
+plain:
+       emacs -Q -l test/elpa.el -l test/make-plain
+
 clean:
        rm -f *.elc
 
diff --git a/test/make-plain.el b/test/make-plain.el
new file mode 100644
index 0000000..77bbf14
--- /dev/null
+++ b/test/make-plain.el
@@ -0,0 +1,2 @@
+(require 'ace-window)
+(global-set-key (kbd "M-o") 'ace-window)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]