aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorMasatake YAMATO2006-01-13 05:22:10 +0000
committerMasatake YAMATO2006-01-13 05:22:10 +0000
commit5f3996dc7486eaf2f6402a894fe8300f70d09b93 (patch)
tree1bd21aa94cf9ccaf9c2ea56e2db1780a02f046f8 /lisp/progmodes
parentf354d94493c46772cfd62b034edb253837d4dcf2 (diff)
downloademacs-5f3996dc7486eaf2f6402a894fe8300f70d09b93.tar.gz
emacs-5f3996dc7486eaf2f6402a894fe8300f70d09b93.zip
Update copyright year.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/ld-script.el4
1 files changed, 2 insertions, 2 deletions
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