aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasatake YAMATO2006-01-13 05:22:10 +0000
committerMasatake YAMATO2006-01-13 05:22:10 +0000
commit5f3996dc7486eaf2f6402a894fe8300f70d09b93 (patch)
tree1bd21aa94cf9ccaf9c2ea56e2db1780a02f046f8
parentf354d94493c46772cfd62b034edb253837d4dcf2 (diff)
downloademacs-5f3996dc7486eaf2f6402a894fe8300f70d09b93.tar.gz
emacs-5f3996dc7486eaf2f6402a894fe8300f70d09b93.zip
Update copyright year.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/progmodes/ld-script.el4
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 30101821a60..307e8890581 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12006-01-13 Masatake YAMATO <jet@gyve.org>
2
3 * progmodes/ld-script.el: Update copyright year.
4
12006-01-12 Chong Yidong <cyd@stupidchicken.com> 52006-01-12 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face): 7 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
diff --git a/lisp/progmodes/ld-script.el b/lisp/progmodes/ld-script.el
index 989439695ae..31a616fab51 100644
--- a/lisp/progmodes/ld-script.el
+++ b/lisp/progmodes/ld-script.el
@@ -1,6 +1,6 @@
1;;; ld-script.el --- GNU linker script editing mode for Emacs 1;;; ld-script.el --- GNU linker script editing mode for Emacs
2 2
3;; Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. 3;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 4
5;; Author: Masatake YAMATO<jet@gyve.org> 5;; Author: Masatake YAMATO<jet@gyve.org>
6;; Keywords: languages, faces 6;; Keywords: languages, faces
@@ -146,5 +146,5 @@
146 146
147(provide 'ld-script) 147(provide 'ld-script)
148 148
149;;; arch-tag: 83280b6b-e6fc-4d00-a630-922d7aec5593 149;; arch-tag: 83280b6b-e6fc-4d00-a630-922d7aec5593
150;;; ld-script.el ends here 150;;; ld-script.el ends here