diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-11-07 04:09:31 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-11-07 04:09:31 +0000 |
commit | da355cba85f3b1b4d79f224f04e314ab9f9b84d7 (patch) | |
tree | 4dc328a05a2e14793bd77bcf102452cfe5d277a9 /lisp/emacs-lisp/elp.el | |
parent | 202a3a716b5e63f5c7e5faf06cfc0e646e2495c6 (diff) | |
download | emacs-da355cba85f3b1b4d79f224f04e314ab9f9b84d7.tar.gz |
(elp-results): Delete wasteful beginning-of-buffer.
Diffstat (limited to 'lisp/emacs-lisp/elp.el')
-rw-r--r-- | lisp/emacs-lisp/elp.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/elp.el b/lisp/emacs-lisp/elp.el index d701db9e9b6..82ce6f404f7 100644 --- a/lisp/emacs-lisp/elp.el +++ b/lisp/emacs-lisp/elp.el @@ -564,7 +564,6 @@ displayed." (generate-new-buffer elp-results-buffer)))) (set-buffer resultsbuf) (erase-buffer) - (beginning-of-buffer) ;; get the length of the longest function name being profiled (let* ((longest 0) (title "Function Name") |