]> git.eshelyaron.com Git - emacs.git/commitdiff
Put autoloads in dired.el rather than loaddefs.el.
authorGlenn Morris <rgm@gnu.org>
Fri, 11 Sep 2009 06:50:14 +0000 (06:50 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 11 Sep 2009 06:50:14 +0000 (06:50 +0000)
lisp/dired-aux.el
lisp/dired-x.el

index e56ac3e9fcf565d2d1cd78cb97c229ffe1ee185d..4a7e5956751647b3bef0be0f75ba86732521f79f 100644 (file)
@@ -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
index f5505a71e850589eedd7552e66db977b6476c92d..66e5d5976b2fb4b275c72e90378db21504d51e0d 100644 (file)
@@ -1,4 +1,4 @@
-;;; dired-x.el --- extra Dired functionality -*-byte-compile-dynamic: t;-*-
+;;; dired-x.el --- extra Dired functionality
 
 ;; Copyright (C) 1993, 1994, 1997, 2001, 2002, 2003, 2004, 2005, 2006,
 ;;   2007, 2008, 2009 Free Software Foundation, Inc.
@@ -1791,5 +1791,10 @@ variables `dired-x-variable-list' in the message."
 ;; As Barry Warsaw would say: "This might be useful..."
 (provide 'dired-x)
 
+;; Local Variables:
+;; byte-compile-dynamic: t
+;; generated-autoload-file: "dired.el"
+;; End:
+
 ;; arch-tag: 71a43ba2-7a00-4793-a028-0613dd7765ae
 ;;; dired-x.el ends here