Mercurial > emacs
changeset 94601:cff848b1fdfd
Fix typo.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 03 May 2008 20:24:45 +0000 |
parents | 296d148bd40b |
children | 878f098b5221 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat May 03 20:17:10 2008 +0000 +++ b/lisp/ChangeLog Sat May 03 20:24:45 2008 +0000 @@ -61,7 +61,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.d (mouse-event-p): Check if the even is mouse-related. + * subr.el (mouse-event-p): Check if the even is mouse-related. 2008-05-02 Nick Roberts <nickrob@snap.net.nz>