Skip to content

Commit

Permalink
Fix almost all flycheck's emacs-lisp-package comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bmag committed Mar 28, 2021
1 parent 9229f5d commit 370cabf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions imenu-list.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 5,7 @@
;; Author: Bar Magal (2015)
;; Version: 0.9
;; Homepage: https://github.com/bmag/imenu-list
;; Package-Requires: ((cl-lib "0.5"))
;; Package-Requires: ((emacs "24.3"))

;; This file is not part of GNU Emacs.

Expand Down Expand Up @@ -264,8 264,7 @@ See `hs-minor-mode' for information on what is hide/show."
(car entry))
'follow-link t
'action ;; #'imenu-list--action-goto-entry
#'imenu-list--action-toggle-hs
)
#'imenu-list--action-toggle-hs)
(insert "\n"))
(insert (imenu-list--depth-string depth))
(insert-button (format "%s" (car entry))
Expand Down

0 comments on commit 370cabf

Please sign in to comment.