1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-21 05:21:37 -07:00

(ewoc-create): Add autoload cookie.

This commit is contained in:
Thien-Thi Nguyen 2006-05-21 22:25:22 +00:00
parent aa18ec07ff
commit 3fe358978b
2 changed files with 5 additions and 1 deletions

View 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.

View 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.