summaryrefslogtreecommitdiff
path: root/helm-misc.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-08-11 07:55:29 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-08-11 07:58:22 +0200
commit43f8ab4f0827a7fe73ec890775e36f52b2ec21a7 (patch)
treec20ea0aa77fda599e5be0ee8a0444da7d9917138 /helm-misc.el
parent0491877b4bc0ee2830848faec7ce3df9f7db63e3 (diff)
Fix errors and warnings in helm-misc after conversion.
Diffstat (limited to 'helm-misc.el')
-rw-r--r--helm-misc.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/helm-misc.el b/helm-misc.el
index 74e453a5..28ddaf60 100644
--- a/helm-misc.el
+++ b/helm-misc.el
@@ -23,6 +23,9 @@
(declare-function display-time-world-display "time.el")
(defvar display-time-world-list)
+(declare-function LaTeX-math-mode "ext:latex.el")
+(declare-function jabber-chat-with "ext:jabber.el")
+(declare-function jabber-read-account "ext:jabber.el")
(defgroup helm-misc nil
@@ -73,11 +76,11 @@
(helm-build-sync-source "Latex Math Menu"
:init (lambda ()
(with-helm-current-buffer
- (LaTeX-math-mode 1))))
+ (LaTeX-math-mode 1)))
:candidate-number-limit 9999
:candidates 'helm-latex-math-candidates
:action (lambda (candidate)
- (call-interactively candidate)))
+ (call-interactively candidate))))
;;; Jabber Contacts (jabber.el)