aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1995-01-13 08:25:52 +0000
committerRichard M. Stallman <[email protected]>1995-01-13 08:25:52 +0000
commite24af5f5291aab476433338892f837e0d5717bd8 (patch)
treea89fc33c607326efc307a6f42f710e82ed68cb68 /lisp
parent84b2b0a7f28531094247b8d15be60a52d24cdebd (diff)
(list-buffers): Fix previous change.
Diffstat (limited to 'lisp')
-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 e786fae147..546ef7ac41 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