diff options
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) + |