summaryrefslogtreecommitdiff
path: root/lisp/pdf-info.el
diff options
context:
space:
mode:
authorAndreas Politz <politza@hochschule-trier.de>2017-09-14 10:26:09 +0200
committerAndreas Politz <politza@hochschule-trier.de>2017-09-14 10:26:09 +0200
commit635dce8beef3661b4b75a94110036403c8d00170 (patch)
tree8cf1bf27316ef6b82b2c781a2930d67803fda55f /lisp/pdf-info.el
parent3d529b5dd1d9c062198f54a5519c0cec59f12d1f (diff)
Don't force pdf-info-epdfinfo-program to exist when customizing it
Diffstat (limited to 'lisp/pdf-info.el')
-rw-r--r--lisp/pdf-info.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/pdf-info.el b/lisp/pdf-info.el
index 94439f2..dc885db 100644
--- a/lisp/pdf-info.el
+++ b/lisp/pdf-info.el
@@ -86,7 +86,7 @@
(expand-file-name executable))))
"Filename of the epdfinfo executable."
:group 'pdf-info
- :type '(file :must-match t))
+ :type 'file)
(defcustom pdf-info-epdfinfo-error-filename nil
"Filename for error output of the epdfinfo executable.