lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 26 Oct 2010 05:38:00 +0000 (05:38 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 26 Oct 2010 05:38:00 +0000 (05:38 +0000)
lisp/ChangeLog
lisp/lpath.el

index 0187f5b..461a264 100644 (file)
@@ -1,6 +1,10 @@
+2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
+
 2010-10-25  Julien Danjou  <julien@danjou.info>
 
-       * gnus-util.el: Remove `gnus-with-local-quit'
+       * gnus-util.el: Remove `gnus-with-local-quit'.
 
        * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
 
index 138e555..a99039a 100644 (file)
   (when (or (and (= emacs-major-version 21) (= emacs-minor-version 4))
            (featurep 'sxemacs))
     (maybe-fbind
-     '(custom-autoload
-       decode-char display-graphic-p display-images-p display-visual-class
-       get-display-table help-function-arglist make-temp-file
-       next-single-char-property-change put-display-table
+     '(current-idle-time
+       custom-autoload decode-char display-graphic-p display-images-p
+       display-visual-class get-display-table help-function-arglist
+       make-temp-file next-single-char-property-change put-display-table
        select-frame-set-input-focus set-buffer-multibyte string-as-multibyte
        timer-set-function unicode-precedence-list unicode-to-char))
     (maybe-bind