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:
parent
315b23696a
commit
dd4e1002eb
@ -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 ()
|
||||
|
Loading…
Reference in New Issue
Block a user