[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/eev b048508 2/2: Fixed a bug in `ee-find-xpdf-colon'.
From: |
ELPA Syncer |
Subject: |
[elpa] externals/eev b048508 2/2: Fixed a bug in `ee-find-xpdf-colon'. |
Date: |
Tue, 8 Jun 2021 11:57:11 -0400 (EDT) |
branch: externals/eev
commit b0485081bec3cb2f21eaf67bcc0656c44be4dfb1
Author: Eduardo Ochs <eduardoochs@gmail.com>
Commit: Eduardo Ochs <eduardoochs@gmail.com>
Fixed a bug in `ee-find-xpdf-colon'.
---
VERSION | 4 ++--
eev-pdflike.el | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/VERSION b/VERSION
index 65ccbf4..4a5dddb 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-Tue Jun 8 15:32:09 GMT 2021
-Tue Jun 8 12:32:09 -03 2021
+Tue Jun 8 15:43:21 GMT 2021
+Tue Jun 8 12:43:21 -03 2021
diff --git a/eev-pdflike.el b/eev-pdflike.el
index 7af6f50..e19a3b2 100644
--- a/eev-pdflike.el
+++ b/eev-pdflike.el
@@ -632,7 +632,8 @@ they need be called as \"xpdf foo.pdf :42\" instead of as
\"xpdf foo.pdf 42\". In the future this function will try
to guess correctly if the \":\" is needed or not, but this
version just returns the value of the variable
-`ee-find-xpdf-colon'.")
+`ee-find-xpdf-colon'."
+ ee-find-xpdf-colon)
(defvar ee-find-xpdf-page-options '("-fullscreen"))
(defun ee-find-xpdf-page (fname &optional page &rest rest)