comparison lisp/dired-x.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 a7393d93645e
children f8ba8d6fd250
comparison
equal deleted inserted replaced
104942:a7483afb6a4c 104943:eb30601bacc5
1 ;;; dired-x.el --- extra Dired functionality -*-byte-compile-dynamic: t;-*- 1 ;;; dired-x.el --- extra Dired functionality
2 2
3 ;; Copyright (C) 1993, 1994, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 3 ;; Copyright (C) 1993, 1994, 1997, 2001, 2002, 2003, 2004, 2005, 2006,
4 ;; 2007, 2008, 2009 Free Software Foundation, Inc. 4 ;; 2007, 2008, 2009 Free Software Foundation, Inc.
5 5
6 ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de> 6 ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de>
1789 1789
1790 1790
1791 ;; As Barry Warsaw would say: "This might be useful..." 1791 ;; As Barry Warsaw would say: "This might be useful..."
1792 (provide 'dired-x) 1792 (provide 'dired-x)
1793 1793
1794 ;; Local Variables:
1795 ;; byte-compile-dynamic: t
1796 ;; generated-autoload-file: "dired.el"
1797 ;; End:
1798
1794 ;; arch-tag: 71a43ba2-7a00-4793-a028-0613dd7765ae 1799 ;; arch-tag: 71a43ba2-7a00-4793-a028-0613dd7765ae
1795 ;;; dired-x.el ends here 1800 ;;; dired-x.el ends here