diff options
| author | Andreas Politz <politza@hochschule-trier.de> | 2019-01-29 19:22:47 +0100 |
|---|---|---|
| committer | Andreas Politz <politza@hochschule-trier.de> | 2019-01-29 19:22:47 +0100 |
| commit | 25faca4a279b13ae7c94a66b8c387fa8407300c9 (patch) | |
| tree | d04b6d1acbe7fa280897ba3ca6298a9bf168da1a /lisp/pdf-util.el | |
| parent | 45a583d34487b0f2f9a2a7e81124cfc93be0eaeb (diff) | |
Add compatibility with Emacs 27
Diffstat (limited to 'lisp/pdf-util.el')
| -rw-r--r-- | lisp/pdf-util.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/pdf-util.el b/lisp/pdf-util.el index 43f61fb..a521ec6 100644 --- a/lisp/pdf-util.el +++ b/lisp/pdf-util.el @@ -789,7 +789,7 @@ AWINDOW is deleted." (setq newwin (window--display-buffer buf (split-window-below height) - 'window alist display-buffer-mark-dedicated)) + 'window alist)) (pdf-util-window-attach newwin window) newwin)) |
