Skip to content

Commit

Permalink
Remove pointless fallback case
Browse files Browse the repository at this point in the history
  • Loading branch information
thblt committed Jul 20, 2017
1 parent cde04f5 commit a7a3440
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lisp/pdf-info.el
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@
(let ((dir (file-name-directory (or load-file-name default-directory))))
(cl-find-if 'file-exists-p
`(,(expand-file-name "build" dir)
,(expand-file-name "../server" dir)
dir)
,(expand-file-name "../server" dir))
)))
"Filename of the epdfinfo executable."
:group 'pdf-info
Expand Down

0 comments on commit a7a3440

Please sign in to comment.