diff options
| author | jao <jao@gnu.org> | 2026-09-11 21:01:45 +0100 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2026-09-11 21:01:45 +0100 |
| commit | 4e19b3cb8f016dc91b8058b7ad873ef32a08f3c3 (patch) | |
| tree | f4a83fa43094eae0f79247a9845c8e561fa4b890 /lib | |
| parent | 5d4588421ffe4b14086781c357ce3cfe7fbec274 (diff) | |
| download | elibs-4e19b3cb8f016dc91b8058b7ad873ef32a08f3c3.tar.gz elibs-4e19b3cb8f016dc91b8058b7ad873ef32a08f3c3.tar.bz2 | |
wee fix
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/eos/jao-buffers.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/eos/jao-buffers.el b/lib/eos/jao-buffers.el index ca87484..951c4de 100644 --- a/lib/eos/jao-buffers.el +++ b/lib/eos/jao-buffers.el @@ -45,7 +45,7 @@ (add-to-list 'display-buffer-alist `(,rx (display-buffer-reuse-window jao-display-below-eldoc) - (height . (or h 0.5))))) + (height . (or ,h 0.5))))) ;;;###autoload (defmacro jao-with-attached-buffer (name-rx height &rest body) |
