1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-29 09:43:56 -07:00

lisp/ChangeLog, src/ChangeLog: Fix typos.

This commit is contained in:
Juanma Barranquero 2013-07-19 02:38:19 +02:00
parent 4d19d19407
commit c7064f05d3
2 changed files with 7 additions and 7 deletions

View file

@ -3,7 +3,7 @@
* keyboard.c: Try to fix typos in previous change.
(DISPLAY_LIST_INFO): New macro.
(kbd_buffer_get_event): Do not access members that are not present
in X11. Revert nadvertent change of "!=" to "=".
in X11. Revert inadvertent change of "!=" to "=".
2013-07-18 Juanma Barranquero <lekktu@gmail.com>