]> code.delx.au - gnu-emacs/blobdiff - lisp/calc/calc-embed.el
Fix some function declarations
[gnu-emacs] / lisp / calc / calc-embed.el
index e6fbb18dd8ad2c5c3dcda53985787da24106ebf9..52d2f4c0611440e9736491b20b7e8a27d6d9141f 100644 (file)
@@ -30,7 +30,8 @@
 (require 'calc-macs)
 
 ;; Declare functions which are defined elsewhere.
-(declare-function thing-at-point-looking-at "thingatpt" (regexp))
+(declare-function thing-at-point-looking-at "thingatpt"
+                 (regexp &optional distance))
 
 
 (defun calc-show-plain (n)