aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ.D. Smith2006-12-12 16:45:59 +0000
committerJ.D. Smith2006-12-12 16:45:59 +0000
commit328f7b35981238f4e528bfe2cb5b0e17f074d056 (patch)
tree25784529355adeac32db5327c5c4a89967bf1410
parent6a30c01dc1667ce7e1b41533448824d9b2ab670a (diff)
downloademacs-328f7b35981238f4e528bfe2cb5b0e17f074d056.tar.gz
emacs-328f7b35981238f4e528bfe2cb5b0e17f074d056.zip
Fixed copyright notice.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/progmodes/idlw-help.el5
2 files changed, 6 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a75bfaf9191..7855aa64349 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
2
3 * progmodes/idlw-help.el: Fixed copyright notice.
4
12006-12-12 Stefan Monnier <monnier@iro.umontreal.ca> 52006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun. 7 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
diff --git a/lisp/progmodes/idlw-help.el b/lisp/progmodes/idlw-help.el
index 1d370244523..9b812809352 100644
--- a/lisp/progmodes/idlw-help.el
+++ b/lisp/progmodes/idlw-help.el
@@ -1,7 +1,6 @@
1;;; idlw-help.el --- HTML Help code for IDLWAVE 1;;; idlw-help.el --- HTML Help code for IDLWAVE
2;; Copyright (c) 2000 Carsten Dominik 2;; Copyright (c) 2000, 2001, 2002, 2003, 2004, 2005, 2006
3;; Copyright (c) 2001, 2002 J.D. Smith 3;; Free Software Foundation
4;; Copyright (c) 2003,2004,2005,2006 Free Software Foundation
5;; 4;;
6;; Authors: J.D. Smith <jdsmith@as.arizona.edu> 5;; Authors: J.D. Smith <jdsmith@as.arizona.edu>
7;; Carsten Dominik <dominik@science.uva.nl> 6;; Carsten Dominik <dominik@science.uva.nl>