1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

(repeat-history-command): Bug fix. Someone forgot a car.

This commit is contained in:
Eric S. Raymond 1993-04-02 16:41:54 +00:00
parent 315b23696a
commit dd4e1002eb

View File

@ -151,7 +151,7 @@ The buffer for that command is the previous current buffer."
(beginning-of-line)
(read (current-buffer)))
(set-buffer
(cdr (buffer-list)))))))
(car (cdr (buffer-list))))))))
;;;###autoload
(defun command-history-mode ()