branch: externals/xeft
commit f2a7dd92599271949dd2a85cc5c7c6c8b930532a
Author: Yuan Fu <caso...@gmail.com>
Commit: Yuan Fu <caso...@gmail.com>

    Minor layout change
---
 xeft.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/xeft.el b/xeft.el
index d1e8cd35fa..c847bcc67e 100644
--- a/xeft.el
+++ b/xeft.el
@@ -35,8 +35,10 @@
 ;;; Code:
 
 (require 'cl-lib)
-(declare-function xeft-reindex-file nil (path dbpath lang force))
-(declare-function xeft-query-term nil (term dbpath offset page-size lang))
+(declare-function xeft-reindex-file nil
+                  (path dbpath &optional lang force))
+(declare-function xeft-query-term nil
+                  (term dbpath offset page-size &optional lang))
 
 ;;; Customize
 

Reply via email to