summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/ewoc.el
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2006-05-21 22:25:22 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2006-05-21 22:25:22 +0000
commit3fe358978b87e271cb69d56a93d883d02616507f (patch)
tree44ca2c596b1b3af4a498007ac9bd9d685c8206bd /lisp/emacs-lisp/ewoc.el
parentaa18ec07ffd3550c614588dbb416ce7b1da2d63d (diff)
downloademacs-3fe358978b87e271cb69d56a93d883d02616507f.tar.gz
(ewoc-create): Add autoload cookie.
Diffstat (limited to 'lisp/emacs-lisp/ewoc.el')
-rw-r--r--lisp/emacs-lisp/ewoc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/ewoc.el b/lisp/emacs-lisp/ewoc.el
index 7742de944cb..623f349d412 100644
--- a/lisp/emacs-lisp/ewoc.el
+++ b/lisp/emacs-lisp/ewoc.el
@@ -255,7 +255,7 @@ NODE and leaving the new node's start there. Return the new node."
;;; ===========================================================================
;;; Public members of the Ewoc package
-
+;;;###autoload
(defun ewoc-create (pretty-printer &optional header footer)
"Create an empty ewoc.