lang/pdf: fix wrong-num-of-args error for MacOS users
This commit is contained in:
parent
658c33bc2a
commit
86928e425b
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
1)))
|
1)))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +pdf--view-use-scaling-p-a (orig-fn)
|
(defun +pdf--view-use-scaling-p-a ()
|
||||||
"Returns t if on ns window-system on Emacs 27+."
|
"Returns t if on ns window-system on Emacs 27+."
|
||||||
(and (eq (framep-on-display) 'ns)
|
(and (eq (framep-on-display) 'ns)
|
||||||
EMACS27+
|
EMACS27+
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue