From: Glenn Morris Date: Tue, 1 Jul 2008 03:01:12 +0000 (+0000) Subject: Fix typo. X-Git-Tag: emacs-pretest-23.0.90~4374 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=375dd2b6a29f9a5e70ca25485affb1c78bb33a9c;p=emacs.git Fix typo. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a89a763f936..e38431894f4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -3101,7 +3101,7 @@ (vc-at-event): New macro: run the body at the even location. (vc-dir-menu, vc-dir-toggle-mark): Use it. (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events. - * subr.el (mouse-event-p): Check if the even is mouse-related. + * subr.el (mouse-event-p): Check if the event is mouse-related. 2008-05-02 Nick Roberts