diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-02-10 00:07:41 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-02-10 00:07:41 +0100 |
| commit | f01cf73329cda1cffb9182635a429f7775cb585c (patch) | |
| tree | dc65b393d2c9f2de8cb52916f6d7cee021e2b93d /compat-tests.el | |
| parent | e59e311d1ffc422f91e4e9c494598e978f5c2125 (diff) | |
Add innermost-minibuffer-pfeature/innermost-minibuffer
Diffstat (limited to 'compat-tests.el')
| -rw-r--r-- | compat-tests.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compat-tests.el b/compat-tests.el index ce818c1..e63a041 100644 --- a/compat-tests.el +++ b/compat-tests.el @@ -163,6 +163,9 @@ (push x y)) '(3 2 1)))) +(ert-deftest innermost-minibuffer-p () + ) + (ert-deftest minibuffer-history-value () (let ((minibuffer-history-variable 'file-name-history) (file-name-history '("a" "b" "c"))) |
