emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/subr.el,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el,v
Date: Fri, 01 Feb 2008 16:02:42 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     08/02/01 16:01:31

Index: lisp/subr.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/subr.el,v
retrieving revision 1.576
retrieving revision 1.577
diff -u -b -r1.576 -r1.577
--- lisp/subr.el        26 Jan 2008 17:07:27 -0000      1.576
+++ lisp/subr.el        1 Feb 2008 16:01:06 -0000       1.577
@@ -739,7 +739,7 @@
           ;; Filter out integers too large to be events.
           ;; M is the biggest modifier.
           (zerop (logand obj (lognot (1- (lsh ?\M-\^@ 1)))))
-          (char-valid-p (event-basic-type obj)))
+          (characterp (event-basic-type obj)))
       (and (symbolp obj)
           (get obj 'event-symbol-elements))
       (and (consp obj)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]