]> git.eshelyaron.com Git - emacs.git/commitdiff
(access_keymap): Fix compilation error.
authorPavel Janík <Pavel@Janik.cz>
Wed, 7 Nov 2001 08:47:21 +0000 (08:47 +0000)
committerPavel Janík <Pavel@Janik.cz>
Wed, 7 Nov 2001 08:47:21 +0000 (08:47 +0000)
src/ChangeLog
src/keymap.c

index 9fe17953aaf606c4788629064bac95aa41b58ee1..3030b0bed2652d8273dd82237adb5b9d279a3a6b 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-07  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * keymap.c (access_keymap): Fix compilation error.
+
 2001-11-07  Miles Bader  <miles@gnu.org>
 
        * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
index cb42d0e55a74a368aa9330bca0bf2bfcb4c89921..e073cbb47eefc7a4ce0faff3c3c909cadfd7ae66 100644 (file)
@@ -522,7 +522,7 @@ access_keymap (map, idx, t_ok, noinherit, autoload)
 
     /* t_binding is where we put a default binding that applies,
        to use in case we do not find a binding specifically
-       for this key sequence.
+       for this key sequence.  */
 
     Lisp_Object t_binding;
     t_binding = Qnil;