diff options
author | Jim Blandy <jimb@redhat.com> | 1992-03-16 20:39:07 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-03-16 20:39:07 +0000 |
commit | e8151d91bd02af2b60974c2a439450c81bd24974 (patch) | |
tree | 52141382c5b7e71a4fe612c0dfaff741778262b9 /lisp/chistory.el | |
parent | 18806e8f99c254f8f7980ce593dc1532d8ff3373 (diff) | |
download | emacs-e8151d91bd02af2b60974c2a439450c81bd24974.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/chistory.el')
-rw-r--r-- | lisp/chistory.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/chistory.el b/lisp/chistory.el index 3a8bcb6d7c9..2dd78a1f558 100644 --- a/lisp/chistory.el +++ b/lisp/chistory.el @@ -19,8 +19,6 @@ ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -(provide 'chistory) - ;; This really has nothing to do with list-command-history per se, but ;; its a nice alternative to C-x ESC (repeat-complex-command) and ;; functions as a lister if given no pattern. It's not important @@ -165,3 +163,6 @@ The Command History listing is recomputed each time this mode is invoked." (list-command-history) (pop-to-buffer "*Command History*") (run-hooks 'command-history-hook)) + +(provide 'chistory) + |