diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-01-13 08:25:52 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-01-13 08:25:52 +0000 |
commit | 031583acd9d1cc14ec4eb546b44cdbd2ffff6ae8 (patch) | |
tree | 7167a6daf9a6f673d55bc786bb38810b0f021db8 /lisp | |
parent | 5e85cac81687eda40ce57f46c6ad33cc6d0321fa (diff) | |
download | emacs-031583acd9d1cc14ec4eb546b44cdbd2ffff6ae8.tar.gz |
(list-buffers): Fix previous change.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/buff-menu.el | 3 |
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 |