mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-03 22:20:52 -08:00
(repeat-history-command): Bug fix. Someone forgot a car.
This commit is contained in:
parent
315b23696a
commit
dd4e1002eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue