aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/chistory.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/chistory.el b/lisp/chistory.el
index 403fb0b24e9..64fe7c8688d 100644
--- a/lisp/chistory.el
+++ b/lisp/chistory.el
@@ -151,7 +151,7 @@ The buffer for that command is the previous current buffer."
151 (beginning-of-line) 151 (beginning-of-line)
152 (read (current-buffer))) 152 (read (current-buffer)))
153 (set-buffer 153 (set-buffer
154 (cdr (buffer-list))))))) 154 (car (cdr (buffer-list))))))))
155 155
156;;;###autoload 156;;;###autoload
157(defun command-history-mode () 157(defun command-history-mode ()