1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-05-03 03:32:44 -07:00

Fix typo.

This commit is contained in:
Glenn Morris 2008-07-01 03:01:12 +00:00
parent bcfce2c7f8
commit 375dd2b6a2

View file

@ -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 <nickrob@snap.net.nz>