summaryrefslogtreecommitdiff
path: root/lisp/buff-menu.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-01-13 08:25:52 +0000
committerRichard M. Stallman <rms@gnu.org>1995-01-13 08:25:52 +0000
commit031583acd9d1cc14ec4eb546b44cdbd2ffff6ae8 (patch)
tree7167a6daf9a6f673d55bc786bb38810b0f021db8 /lisp/buff-menu.el
parent5e85cac81687eda40ce57f46c6ad33cc6d0321fa (diff)
downloademacs-031583acd9d1cc14ec4eb546b44cdbd2ffff6ae8.tar.gz
(list-buffers): Fix previous change.
Diffstat (limited to 'lisp/buff-menu.el')
-rw-r--r--lisp/buff-menu.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el
index e786fae147c..546ef7ac413 100644
--- a/lisp/buff-menu.el
+++ b/lisp/buff-menu.el
@@ -503,7 +503,6 @@ The R column contains a % for buffers that are read-only."
(set-buffer blist-buffer)
(Buffer-menu-mode)
(and desired-point
- (goto-char desired-point))
- (setq ZZZ (point)))))
+ (goto-char desired-point)))))
;;; buff-menu.el ends here