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:
parent
aa18ec07ff
commit
3fe358978b
2 changed files with 5 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue