diff lisp/dired-aux.el @ 104943:eb30601bacc5

Put autoloads in dired.el rather than loaddefs.el.
author Glenn Morris <rgm@gnu.org>
date Fri, 11 Sep 2009 06:50:14 +0000
parents c6b5e95a3a8d
children 30c99a719e21
line wrap: on
line diff
--- a/lisp/dired-aux.el	Fri Sep 11 06:48:31 2009 +0000
+++ b/lisp/dired-aux.el	Fri Sep 11 06:50:14 2009 +0000
@@ -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 @@
 
 (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