aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2007-10-30 06:25:00 +0000
committerGlenn Morris <[email protected]>2007-10-30 06:25:00 +0000
commit2799e7a008d05939f1d544f37a0d776c7aad4082 (patch)
tree4572faf0f2d0a8665357b265edd19c5a58fd9810 /lisp
parentd70184ba35be663016bc457e02bc0c794c841cc2 (diff)
Add 2007 to copyright years.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog8
-rw-r--r--lisp/textmodes/remember-diary.el2
2 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ad0a093f1c..37216ca9c0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
+2007-10-30 Glenn Morris <[email protected]>
+
+ * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
+ (byte-compile-enable-warning): Doc fix.
+
+ * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
+ suppress byte-opt warning.
+
2007-10-30 Dan Nicolaescu <[email protected]>
* emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
diff --git a/lisp/textmodes/remember-diary.el b/lisp/textmodes/remember-diary.el
index 4053908e1f..dd92f66e89 100644
--- a/lisp/textmodes/remember-diary.el
+++ b/lisp/textmodes/remember-diary.el
@@ -1,6 +1,6 @@
;;; remember-diary --- extracting diary information from buffers
-;; Copyright (C) 1999, 2000, 2001, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2000, 2001, 2004, 2007 Free Software Foundation, Inc.
;; Author: Sacha Chua <[email protected]>
;; Created: 24 Mar 2004