summaryrefslogtreecommitdiff
path: root/helm-id-utils.el
diff options
context:
space:
mode:
Diffstat (limited to 'helm-id-utils.el')
-rw-r--r--helm-id-utils.el10
1 files changed, 2 insertions, 8 deletions
diff --git a/helm-id-utils.el b/helm-id-utils.el
index 12779226..05673582 100644
--- a/helm-id-utils.el
+++ b/helm-id-utils.el
@@ -1,6 +1,6 @@
;;; helm-id-utils.el --- Helm interface for id-utils. -*- lexical-binding: t -*-
-;; Copyright (C) 2015 ~ 2019 Thierry Volpiatto <thierry.volpiatto@gmail.com>
+;; Copyright (C) 2015 ~ 2020 Thierry Volpiatto <thierry.volpiatto@gmail.com>
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -79,7 +79,7 @@ MacPorts to install id-utils, it should be `gid32'."
((header-name
:initform
(lambda (name)
- (concat name " [" (helm-attr 'db-dir) "]")))
+ (concat name " [" (helm-get-attr 'db-dir) "]")))
(db-dir :initarg :db-dir
:initform nil
:custom string
@@ -122,10 +122,4 @@ See <https://www.gnu.org/software/idutils/>."
(provide 'helm-id-utils)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-id-utils ends here