comparison lisp/ChangeLog @ 67188:25c21897d6a9

(elp-not-profilable): Replace interactive-p with called-interactively-p. (elp-profilable-p): Rename from elp-not-profilable-p. Invert result and take into account macros and autoloaded functions. (elp-instrument-function): Update call. (elp-instrument-package): Update call. Add completion. (elp-pack-number): Use match-string. (elp-results-jump-to-definition-by-mouse): Merge into elp-results-jump-to-definition and then remove. (elp-output-insert-symname): Make help echo text single-line.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 28 Nov 2005 21:55:15 +0000
parents 805356939662
children b4ad6ef2b752
comparison
equal deleted inserted replaced
67187:805356939662 67188:25c21897d6a9
1 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca> 1 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
4 called-interactively-p.
5 (elp-profilable-p): Rename from elp-not-profilable-p.
6 Invert result and take into account macros and autoloaded functions.
7 (elp-instrument-function): Update call.
8 (elp-instrument-package): Update call. Add completion.
9 (elp-pack-number): Use match-string.
10 (elp-results-jump-to-definition-by-mouse): Merge into
11 elp-results-jump-to-definition and then remove.
12 (elp-output-insert-symname): Make help echo text single-line.
2 13
3 * replace.el (query-replace-map): Move initialization into declaration. 14 * replace.el (query-replace-map): Move initialization into declaration.
4 (occur-engine): Use with-current-buffer. 15 (occur-engine): Use with-current-buffer.
5 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well. 16 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
6 (occur-mode-mouse-goto): Replace with an alias. 17 (occur-mode-mouse-goto): Replace with an alias.