summaryrefslogtreecommitdiff
path: root/lisp/dired-aux.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-09-11 06:50:14 +0000
committerGlenn Morris <rgm@gnu.org>2009-09-11 06:50:14 +0000
commit276f1d00e2671ba9af391aa229fb966efa52d6ce (patch)
treed67e0a106693d3bde20a33515c8793290bce8851 /lisp/dired-aux.el
parent150671583bea57b18ba844d4ab4932d7b29aa7e4 (diff)
downloademacs-276f1d00e2671ba9af391aa229fb966efa52d6ce.tar.gz
Put autoloads in dired.el rather than loaddefs.el.
Diffstat (limited to 'lisp/dired-aux.el')
-rw-r--r--lisp/dired-aux.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index e56ac3e9fcf..4a7e5956751 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -1,4 +1,4 @@
-;;; dired-aux.el --- less commonly used parts of dired -*-byte-compile-dynamic: t;-*-
+;;; dired-aux.el --- less commonly used parts of dired
;; Copyright (C) 1985, 1986, 1992, 1994, 1998, 2000, 2001, 2002, 2003,
;; 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
@@ -2438,5 +2438,10 @@ true then the type of the file linked to by FILE is printed instead."
(provide 'dired-aux)
+;; Local Variables:
+;; byte-compile-dynamic: t
+;; generated-autoload-file: "dired.el"
+;; End:
+
;; arch-tag: 4b508de9-a153-423d-8d3f-a1bbd86f4f60
;;; dired-aux.el ends here