diff options
author | Basil L. Contovounesios <contovob@tcd.ie> | 2022-10-30 00:44:44 +0300 |
---|---|---|
committer | Basil L. Contovounesios <contovob@tcd.ie> | 2022-10-30 00:44:44 +0300 |
commit | 1d62c964238a82ccfcbd07a554abe8e6c096fcd5 (patch) | |
tree | 47dac1948c97fd46fef4c1cb44d88a5d99dd1303 /lisp/emacs-lisp/hierarchy.el | |
parent | 44f1b1edcf74de3be7251780f058b29ccd038150 (diff) | |
download | emacs-1d62c964238a82ccfcbd07a554abe8e6c096fcd5.tar.gz emacs-1d62c964238a82ccfcbd07a554abe8e6c096fcd5.tar.bz2 emacs-1d62c964238a82ccfcbd07a554abe8e6c096fcd5.zip |
; Silence warning in last hierarchy.el change.
Diffstat (limited to 'lisp/emacs-lisp/hierarchy.el')
-rw-r--r-- | lisp/emacs-lisp/hierarchy.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/hierarchy.el b/lisp/emacs-lisp/hierarchy.el index 4cb5ba64a8d..fb5d518b22d 100644 --- a/lisp/emacs-lisp/hierarchy.el +++ b/lisp/emacs-lisp/hierarchy.el @@ -567,7 +567,7 @@ LABELFN is the same function passed to `hierarchy-convert-to-tree-widget'. INDENT is the same function passed to `hierarchy-convert-to-tree-widget'. CHILDRENFN is the function used to discover the children of ELEM." - (lambda (widget) + (lambda (_widget) (mapcar (lambda (item) (widget-convert |