emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp dired-aux.el dired-x.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp dired-aux.el dired-x.el
Date: Fri, 11 Sep 2009 06:50:15 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/09/11 06:50:15

Modified files:
        lisp           : dired-aux.el dired-x.el 

Log message:
        Put autoloads in dired.el rather than loaddefs.el.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/dired-aux.el?cvsroot=emacs&r1=1.191&r2=1.192
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/dired-x.el?cvsroot=emacs&r1=1.99&r2=1.100

Patches:
Index: dired-aux.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/dired-aux.el,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -b -r1.191 -r1.192
--- dired-aux.el        25 Aug 2009 08:47:39 -0000      1.191
+++ dired-aux.el        11 Sep 2009 06:50:14 -0000      1.192
@@ -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

Index: dired-x.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/dired-x.el,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -b -r1.99 -r1.100
--- dired-x.el  25 Feb 2009 08:41:46 -0000      1.99
+++ dired-x.el  11 Sep 2009 06:50:14 -0000      1.100
@@ -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 @@
 ;; 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]