aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThien-Thi Nguyen2005-03-22 11:58:28 +0000
committerThien-Thi Nguyen2005-03-22 11:58:28 +0000
commit52953197560f64c44d0230a5e05c3750a188fefd (patch)
treeb5550431a540be8e1d60764980be088948dd482d
parent0fa2f7f94bf6b1e21b9737f8a3573ae7ac46c7c1 (diff)
downloademacs-52953197560f64c44d0230a5e05c3750a188fefd.tar.gz
emacs-52953197560f64c44d0230a5e05c3750a188fefd.zip
Update year in copyright, commentary; nfc.
-rw-r--r--vms/make-mms-derivative.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/vms/make-mms-derivative.el b/vms/make-mms-derivative.el
index faf2c9ee9bf..700822c29bd 100644
--- a/vms/make-mms-derivative.el
+++ b/vms/make-mms-derivative.el
@@ -1,6 +1,6 @@
1;;; make-mms-derivative.el --- framework to do horrible things for VMS support 1;;; make-mms-derivative.el --- framework to do horrible things for VMS support
2 2
3;; Copyright (C) 2003 Free Software Foundation, Inc. 3;; Copyright (C) 2005 Free Software Foundation, Inc.
4 4
5;; Author: Thien-Thi Nguyen <ttn@gnu.org> 5;; Author: Thien-Thi Nguyen <ttn@gnu.org>
6;; Keywords: maint build vms mms makefile levitte autoconf war-is-a-lose 6;; Keywords: maint build vms mms makefile levitte autoconf war-is-a-lose
@@ -26,7 +26,7 @@
26 26
27;; Under OpenVMS the standard make-like program is called MMS, which 27;; Under OpenVMS the standard make-like program is called MMS, which
28;; looks for an input file in the default directory named DESCRIP.MMS 28;; looks for an input file in the default directory named DESCRIP.MMS
29;; and runs the DCL command rules therein. As of 2003, the build 29;; and runs the DCL command rules therein. As of 2005, the build
30;; process requires a hand translation of the Makefile.in and related 30;; process requires a hand translation of the Makefile.in and related
31;; Emacs-specific methodology to DCL and TPU commands, so to alleviate 31;; Emacs-specific methodology to DCL and TPU commands, so to alleviate
32;; this pain, we provide `make-mms-derivative', which given a source 32;; this pain, we provide `make-mms-derivative', which given a source