aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/elp.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2004-11-07 04:09:31 +0000
committerRichard M. Stallman <[email protected]>2004-11-07 04:09:31 +0000
commitda355cba85f3b1b4d79f224f04e314ab9f9b84d7 (patch)
tree4dc328a05a2e14793bd77bcf102452cfe5d277a9 /lisp/emacs-lisp/elp.el
parent202a3a716b5e63f5c7e5faf06cfc0e646e2495c6 (diff)
(elp-results): Delete wasteful beginning-of-buffer.
Diffstat (limited to 'lisp/emacs-lisp/elp.el')
-rw-r--r--lisp/emacs-lisp/elp.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/elp.el b/lisp/emacs-lisp/elp.el
index d701db9e9b..82ce6f404f 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")