From e24af5f5291aab476433338892f837e0d5717bd8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 13 Jan 1995 08:25:52 +0000 Subject: [PATCH] (list-buffers): Fix previous change. --- lisp/buff-menu.el | 3 +-- 1 file changed, 1 insertion(+), 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 -- 2.39.5