comparison lisp/imenu.el @ 29078:2e20146198ce

Add to debug-ignored-errors.
author Dave Love <fx@gnu.org>
date Mon, 22 May 2000 17:41:53 +0000
parents f1417ed050c0
children 4c89037af077
comparison
equal deleted inserted replaced
29077:07f205e3af83 29078:2e20146198ce
1099 (cadr index-item) (cdr index-item))) 1099 (cadr index-item) (cdr index-item)))
1100 (rest (if is-special-item (cddr index-item)))) 1100 (rest (if is-special-item (cddr index-item))))
1101 (apply function (car index-item) position rest)))) 1101 (apply function (car index-item) position rest))))
1102 (run-hooks 'imenu-after-jump-hook)) 1102 (run-hooks 'imenu-after-jump-hook))
1103 1103
1104 (dolist (mess
1105 '("^No items suitable for an index found in this buffer$"
1106 "^This buffer cannot use `imenu-default-create-index-function'$"
1107 "^The mode `.*' does not support Imenu$"))
1108 (add-to-list 'debug-ignored-errors mess))
1109
1104 (provide 'imenu) 1110 (provide 'imenu)
1105 1111
1106 ;;; imenu.el ends here 1112 ;;; imenu.el ends here