aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2008-07-05 18:27:16 +0000
committerDan Nicolaescu2008-07-05 18:27:16 +0000
commit16952f1875517eef829cc64897cd44a7c8c20c5e (patch)
treed60d52f46f853630498904155e067cfea21d0385
parent29bd139205487792d2f79583195e5560ac65d8c2 (diff)
downloademacs-16952f1875517eef829cc64897cd44a7c8c20c5e.tar.gz
emacs-16952f1875517eef829cc64897cd44a7c8c20c5e.zip
* vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/obsolete/vms-patch.el (renamed from lisp/vms-patch.el)2
-rw-r--r--lisp/obsolete/vms-pmail.el (renamed from lisp/mail/vms-pmail.el)2
-rw-r--r--lisp/obsolete/vmsproc.el (renamed from lisp/vmsproc.el)2
4 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4fddac183ba..2e8e4b6276d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12008-07-05 Dan Nicolaescu <dann@ics.uci.edu> 12008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
4
3 * vc-dir.el (vc-dir-find-child-files): New function. 5 * vc-dir.el (vc-dir-find-child-files): New function.
4 (vc-dir-resync-directory-files): New function. 6 (vc-dir-resync-directory-files): New function.
5 (vc-dir-recompute-file-state): New function, broken out of ... 7 (vc-dir-recompute-file-state): New function, broken out of ...
diff --git a/lisp/vms-patch.el b/lisp/obsolete/vms-patch.el
index 1cf7b6f62cb..14c9bd19e88 100644
--- a/lisp/vms-patch.el
+++ b/lisp/obsolete/vms-patch.el
@@ -1,4 +1,6 @@
1;; -*- no-byte-compile: t -*- 1;; -*- no-byte-compile: t -*-
2;; Not byte compiled because it uses functions that are not part of
3;; emacs, so it would generate unnecessary warnings.
2;;; vms-patch.el --- override parts of files.el for VMS 4;;; vms-patch.el --- override parts of files.el for VMS
3 5
4;; Copyright (C) 1986, 1992, 2001, 2002, 2003, 2004, 6;; Copyright (C) 1986, 1992, 2001, 2002, 2003, 2004,
diff --git a/lisp/mail/vms-pmail.el b/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 @@
1;; -*- no-byte-compile: t -*- 1;; -*- no-byte-compile: t -*-
2;; Not byte compiled because it uses functions that are not part of
3;; emacs, so it would generate unnecessary warnings.
2;;; vms-pmail.el --- use Emacs as the editor within VMS mail 4;;; vms-pmail.el --- use Emacs as the editor within VMS mail
3 5
4;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, 6;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005,
diff --git a/lisp/vmsproc.el b/lisp/obsolete/vmsproc.el
index 6d7fcf98665..83de4d9350f 100644
--- a/lisp/vmsproc.el
+++ b/lisp/obsolete/vmsproc.el
@@ -1,4 +1,6 @@
1;; -*- no-byte-compile: t -*- 1;; -*- no-byte-compile: t -*-
2;; Not byte compiled because it uses functions that are not part of
3;; emacs, so it would generate unnecessary warnings.
2;;; vmsproc.el --- run asynchronous VMS subprocesses under Emacs 4;;; vmsproc.el --- run asynchronous VMS subprocesses under Emacs
3 5
4;; Copyright (C) 1986, 2001, 2002, 2003, 2004, 2005, 6;; Copyright (C) 1986, 2001, 2002, 2003, 2004, 2005,