]> git.eshelyaron.com Git - emacs.git/commitdiff
(ewoc-create): Add autoload cookie.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Sun, 21 May 2006 22:25:22 +0000 (22:25 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Sun, 21 May 2006 22:25:22 +0000 (22:25 +0000)
lisp/ChangeLog
lisp/emacs-lisp/ewoc.el

index 9bf1efb7bf91eca756438c0f8532eac70bc2efe5..2431a0954d85a69a055c8d055e0951dabaf675e5 100644 (file)
@@ -1,3 +1,7 @@
+2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
+
 2006-05-21  Romain Francoise  <romain@orebokech.com>
 
        * dired-x.el (dired-mode-map): Don't bind M-g.
index 7742de944cb59de44f5d3865f2cad44486fa02c5..623f349d41232ef432d71e2b1cbfc1920d76e587 100644 (file)
@@ -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.