diff options
Diffstat (limited to 'lib/eos/jao-buffers.el')
| -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) |
