From 16952f1875517eef829cc64897cd44a7c8c20c5e Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sat, 5 Jul 2008 18:27:16 +0000 Subject: [PATCH] * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir. --- lisp/ChangeLog | 2 ++ lisp/{ => obsolete}/vms-patch.el | 2 ++ lisp/{mail => obsolete}/vms-pmail.el | 2 ++ lisp/{ => obsolete}/vmsproc.el | 2 ++ 4 files changed, 8 insertions(+) rename lisp/{ => obsolete}/vms-patch.el (98%) rename lisp/{mail => obsolete}/vms-pmail.el (97%) rename lisp/{ => obsolete}/vmsproc.el (97%) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4fddac183ba..2e8e4b6276d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2008-07-05 Dan Nicolaescu + * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir. + * vc-dir.el (vc-dir-find-child-files): New function. (vc-dir-resync-directory-files): New function. (vc-dir-recompute-file-state): New function, broken out of ... diff --git a/lisp/vms-patch.el b/lisp/obsolete/vms-patch.el similarity index 98% rename from lisp/vms-patch.el rename to lisp/obsolete/vms-patch.el index 1cf7b6f62cb..14c9bd19e88 100644 --- a/lisp/vms-patch.el +++ b/lisp/obsolete/vms-patch.el @@ -1,4 +1,6 @@ ;; -*- no-byte-compile: t -*- +;; Not byte compiled because it uses functions that are not part of +;; emacs, so it would generate unnecessary warnings. ;;; vms-patch.el --- override parts of files.el for VMS ;; Copyright (C) 1986, 1992, 2001, 2002, 2003, 2004, diff --git a/lisp/mail/vms-pmail.el b/lisp/obsolete/vms-pmail.el similarity index 97% rename from lisp/mail/vms-pmail.el rename to lisp/obsolete/vms-pmail.el index 16a0c556f73..d4eb15cdcca 100644 --- a/lisp/mail/vms-pmail.el +++ b/lisp/obsolete/vms-pmail.el @@ -1,4 +1,6 @@ ;; -*- no-byte-compile: t -*- +;; Not byte compiled because it uses functions that are not part of +;; emacs, so it would generate unnecessary warnings. ;;; vms-pmail.el --- use Emacs as the editor within VMS mail ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, diff --git a/lisp/vmsproc.el b/lisp/obsolete/vmsproc.el similarity index 97% rename from lisp/vmsproc.el rename to lisp/obsolete/vmsproc.el index 6d7fcf98665..83de4d9350f 100644 --- a/lisp/vmsproc.el +++ b/lisp/obsolete/vmsproc.el @@ -1,4 +1,6 @@ ;; -*- no-byte-compile: t -*- +;; Not byte compiled because it uses functions that are not part of +;; emacs, so it would generate unnecessary warnings. ;;; vmsproc.el --- run asynchronous VMS subprocesses under Emacs ;; Copyright (C) 1986, 2001, 2002, 2003, 2004, 2005, -- 2.39.2