diff options
Diffstat (limited to 'lib/doc/jao-pdf.el')
| -rw-r--r-- | lib/doc/jao-pdf.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/doc/jao-pdf.el b/lib/doc/jao-pdf.el index 079beff..7996be8 100644 --- a/lib/doc/jao-pdf.el +++ b/lib/doc/jao-pdf.el @@ -113,7 +113,7 @@ ;;; Open doc functions (defun jao-find-or-open (file &optional page height) - (cond ((and jao-browse-doc-use-emacs-p window-system) + (cond ((and jao-browse-doc-use-emacs window-system) (let* ((buffs (buffer-list)) (b (catch 'done (while buffs |
