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 | e24af5f5291aab476433338892f837e0d5717bd8 (patch) | |
tree | a89fc33c607326efc307a6f42f710e82ed68cb68 /lisp/buff-menu.el | |
parent | 84b2b0a7f28531094247b8d15be60a52d24cdebd (diff) | |
download | emacs-e24af5f5291aab476433338892f837e0d5717bd8.tar.gz |
(list-buffers): Fix previous change.
Diffstat (limited to 'lisp/buff-menu.el')
-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 |