changeset 77163:6e2b57342d25

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Fri, 13 Apr 2007 04:00:00 +0000
parents 3c1a4db3e853
children 0d019d25db47
files admin/FOR-RELEASE lisp/ChangeLog
diffstat 2 files changed, 5 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/admin/FOR-RELEASE	Fri Apr 13 03:57:37 2007 +0000
+++ b/admin/FOR-RELEASE	Fri Apr 13 04:00:00 2007 +0000
@@ -63,9 +63,6 @@
 ** lennart.borgman@gmail.com, Apr 11: before-string in overlay
 http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-04/msg00153.html
 
-** nickrob@snap.net.nz, April 12: display margin errors on a tty
-http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-04/msg00220.html
-
 ** footnote.el doesn't really let people customize footnote-style.
 http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00406.html
 
@@ -73,9 +70,6 @@
    default-directory does not work right.                                      
 http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00342.html
 
-** tmm-menubar breaks in org mode
-http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-04/msg00230.html
-
 ** BibTeX-mode: bibtex-user-optional-fields: INIT without {}
 http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-04/msg00255.html
 
--- a/lisp/ChangeLog	Fri Apr 13 03:57:37 2007 +0000
+++ b/lisp/ChangeLog	Fri Apr 13 04:00:00 2007 +0000
@@ -1,3 +1,8 @@
+2007-04-13  Glenn Morris  <rgm@gnu.org>
+
+	* tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
+	inherited keymaps.
+
 2007-04-12  Chong Yidong  <cyd@stupidchicken.com>
 
 	* outline.el (outline-get-next-sibling): Clarify docstring.