From: Richard M. Stallman Date: Thu, 9 Dec 1999 02:01:26 +0000 (+0000) Subject: (dired-insert-subdir): Add autoload cookie. X-Git-Tag: emacs-pretest-21.0.90~5827 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=72af98670a79c4672e5637cddd3869a7adcbb53f;p=emacs.git (dired-insert-subdir): Add autoload cookie. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9f1497fc3b2..c1ccd79bf3b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +1999-12-08 Richard M. Stallman + + * dired-aux.el (dired-insert-subdir): Add autoload cookie. + 1999-12-07 Dave Love * help.el (view-emacs-problems): New command, bound to C-h P. @@ -130,7 +134,6 @@ tags-recognize-empty-tags-table. (complete-tag): Call tags-complete-tag bypassing try-completion. ->>>>>>> 1.221 1999-12-06 Kenichi Handa * international/mule.el (set-buffer-file-coding-system): Docstring @@ -232,6 +235,7 @@ * delsel.el: Grok skeleton-pair-insert-maybe. +>>>>>>> 1.224 1999-11-30 Richard M. Stallman * progmodes/cperl-mode.el (cperl-under-as-char): diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index b4ea496eceb..0dbe65007a8 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -1549,6 +1549,7 @@ This function takes some pains to conform to `ls -lR' output." ;; insert message so that the user sees the `Mark set' message. (push-mark opoint))) +;;;###autoload (defun dired-insert-subdir (dirname &optional switches no-error-if-not-dir-p) "Insert this subdirectory into the same dired buffer. If it is already present, overwrites previous entry,