summaryrefslogtreecommitdiff
path: root/helm-misc.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2013-03-17 02:47:45 -0700
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2013-03-17 02:47:45 -0700
commit7754386d584ea1caccd858a1acc925cfcbbc056d (patch)
treed5a83a8e1f457a40639f9f0b373fe22f00ff9e02 /helm-misc.el
parente20461f8d5f16a64ddfe0422f17de49603be6bc1 (diff)
parente1e52fd80172fe802fa49ef00df7601930d176ec (diff)
Merge pull request #213 from vderyagin/master
(require 'time) in initialization function of `helm-source-time-world
Diffstat (limited to 'helm-misc.el')
-rw-r--r--helm-misc.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helm-misc.el b/helm-misc.el
index 811a7d96..acef8294 100644
--- a/helm-misc.el
+++ b/helm-misc.el
@@ -170,6 +170,7 @@ http://www.emacswiki.org/cgi-bin/wiki/download/linkd.el")
(defvar helm-source-time-world
'((name . "Time World List")
(init . (lambda ()
+ (require 'time)
(let ((helm-buffer (helm-candidate-buffer 'global)))
(with-current-buffer helm-buffer
(display-time-world-display display-time-world-list)))))