comparison lisp/chistory.el @ 662:8a533acedb77

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 23:54:21 +0000
parents 4cd7543be581
children 4f28bd14272c
comparison
equal deleted inserted replaced
661:36fbc3f71803 662:8a533acedb77
1 ;; chistory -- List command history 1 ;;; chistory.el --- list command history
2
2 ;; Copyright (C) 1985 Free Software Foundation, Inc. 3 ;; Copyright (C) 1985 Free Software Foundation, Inc.
3 ;; Principal author K. Shane Hartman 4 ;; Principal author K. Shane Hartman
4 5
5 ;; This file is part of GNU Emacs. 6 ;; This file is part of GNU Emacs.
6 7
164 (pop-to-buffer "*Command History*") 165 (pop-to-buffer "*Command History*")
165 (run-hooks 'command-history-hook)) 166 (run-hooks 'command-history-hook))
166 167
167 (provide 'chistory) 168 (provide 'chistory)
168 169
170 ;;; chistory.el ends here