1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00

(list-buffers): Fix previous change.

This commit is contained in:
Richard M. Stallman 1995-01-13 08:25:52 +00:00
parent 84b2b0a7f2
commit e24af5f529

View File

@ -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