From 3fe358978b87e271cb69d56a93d883d02616507f Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sun, 21 May 2006 22:25:22 +0000 Subject: [PATCH] (ewoc-create): Add autoload cookie. --- lisp/ChangeLog | 4 ++++ lisp/emacs-lisp/ewoc.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9bf1efb7bf9..2431a0954d8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2006-05-22 Thien-Thi Nguyen + + * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie. + 2006-05-21 Romain Francoise * dired-x.el (dired-mode-map): Don't bind M-g. 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. -- 2.39.2