comparison lisp/progmodes/ld-script.el @ 68162:0d459faeff1a

Update copyright year.
author Masatake YAMATO <jet@gyve.org>
date Fri, 13 Jan 2006 05:22:10 +0000
parents df4b9089ebe1
children 7341c6ea5e74
comparison
equal deleted inserted replaced
68161:b219be97e734 68162:0d459faeff1a
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
7 7
8 ;; This file is part of GNU Emacs. 8 ;; This file is part of GNU Emacs.
144 (set (make-local-variable 'indent-line-function) #'indent-relative) 144 (set (make-local-variable 'indent-line-function) #'indent-relative)
145 (set (make-local-variable 'font-lock-defaults) '(ld-script-font-lock-keywords nil))) 145 (set (make-local-variable 'font-lock-defaults) '(ld-script-font-lock-keywords nil)))
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