# HG changeset patch # User Thien-Thi Nguyen # Date 1148250240 0 # Node ID 9ce3cc1e5e898d7c3125d854f4f8b74938ddc46e # Parent ca1b3788f58dc26af706c03b7f9298700422ea9e (ewoc-create): Add autoload cookie. diff -r ca1b3788f58d -r 9ce3cc1e5e89 lisp/emacs-lisp/ewoc.el --- a/lisp/emacs-lisp/ewoc.el Sun May 21 22:19:59 2006 +0000 +++ b/lisp/emacs-lisp/ewoc.el Sun May 21 22:24:00 2006 +0000 @@ -255,7 +255,7 @@ ;;; =========================================================================== ;;; Public members of the Ewoc package - +;;;###autoload (defun ewoc-create (pretty-printer &optional header footer) "Create an empty ewoc.