aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/dired-x.el
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2009-09-11 06:50:14 +0000
committerGlenn Morris <[email protected]>2009-09-11 06:50:14 +0000
commit276f1d00e2671ba9af391aa229fb966efa52d6ce (patch)
treed67e0a106693d3bde20a33515c8793290bce8851 /lisp/dired-x.el
parent150671583bea57b18ba844d4ab4932d7b29aa7e4 (diff)
Put autoloads in dired.el rather than loaddefs.el.
Diffstat (limited to 'lisp/dired-x.el')
-rw-r--r--lisp/dired-x.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/dired-x.el b/lisp/dired-x.el
index f5505a71e8..66e5d5976b 100644
--- a/lisp/dired-x.el
+++ b/lisp/dired-x.el
@@ -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