summaryrefslogtreecommitdiff
path: root/helm-bookmark.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2014-09-07 07:26:33 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2014-09-07 07:26:33 +0200
commit8cb7a9e0b98175845a68309e2dd9850bd0f02a28 (patch)
tree89ed91c0da51cc00b6228670ae0b63164cb263b6 /helm-bookmark.el
parentbb5cde1d306c43e2c44324898295105724ef3dfa (diff)
* helm-source.el: Rename helm--make* to helm-make.
* helm-bookmark.el: same. * helm-buffers.el: same. * helm-regexp.el: same.
Diffstat (limited to 'helm-bookmark.el')
-rw-r--r--helm-bookmark.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-bookmark.el b/helm-bookmark.el
index c9b63f48..1bf44912 100644
--- a/helm-bookmark.el
+++ b/helm-bookmark.el
@@ -93,7 +93,7 @@
(search :initform 'helm-bookmark-search-fn)))
(defvar helm-source-bookmarks
- (helm--make-source "Bookmarks" 'helm-source-basic-bookmarks)
+ (helm-make-source "Bookmarks" 'helm-source-basic-bookmarks)
"See (info \"(emacs)Bookmarks\").")
(defun helm-bookmark-transformer (candidates _source)