summaryrefslogtreecommitdiff
path: root/lisp/chistory.el
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-03-16 20:39:07 +0000
committerJim Blandy <jimb@redhat.com>1992-03-16 20:39:07 +0000
commit49116ac071969bee7f129bf7ce725c7a5b0b0fc5 (patch)
tree60c249f15b04478367256fef95c6fd7557f263b9 /lisp/chistory.el
parent3b4a6e271d44955328c39de1475e42cf0b4cd637 (diff)
downloademacs-49116ac071969bee7f129bf7ce725c7a5b0b0fc5.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/chistory.el')
-rw-r--r--lisp/chistory.el5
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)
+