File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -551,8 +551,6 @@ datatypes) in a Haskell file for the `imenu' package."
551551 ; ; Loop forwards from the beginning of the buffer through the
552552 ; ; starts of the top-level declarations.
553553 (while (< (point ) (point-max ))
554- (message " Scanning declarations in %s ... (%3 d%% ) " bufname
555- (/ (- (point ) (point-min )) divisor-of-progress))
556554 ; ; Grab the next declaration.
557555 (setq result (haskell-ds-generic-find-next-decl bird-literate))
558556 (if result
@@ -580,7 +578,6 @@ datatypes) in a Haskell file for the `imenu' package."
580578 (setq index-inst-alist
581579 (cl-acons name start-pos index-inst-alist)))))))
582580 ; ; Now sort all the lists, label them, and place them in one list.
583- (message " Sorting declarations in %s ... " bufname)
584581 (when index-type-alist
585582 (push (cons " Datatypes"
586583 (sort index-type-alist 'haskell-ds-imenu-label-cmp ))
@@ -604,7 +601,6 @@ datatypes) in a Haskell file for the `imenu' package."
604601 index-alist)
605602 (setq index-alist (append index-alist
606603 (sort index-var-alist 'haskell-ds-imenu-label-cmp )))))
607- (message " Sorting declarations in %s ...done " bufname)
608604 ; ; Return the alist.
609605 index-alist))
610606
You can’t perform that action at this time.
0 commit comments