Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 12 May 2010 03:16:27 +0000 (03:16 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 12 May 2010 03:16:27 +0000 (03:16 +0000)
lisp/ChangeLog
lisp/lpath.el

index b5230e9..97ad6d9 100644 (file)
@@ -5,6 +5,8 @@
        (message-forward-make-body-plain): Ditto; don't add excessive newline
        in body end.
 
+       * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
+
 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
 
        * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
index 2e08821..b45a9f7 100644 (file)
     (maybe-fbind
      '(custom-autoload
        decode-char display-graphic-p display-images-p display-visual-class
-       get-display-table 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 w32-focus-frame x-focus-frame))
+       get-display-table make-temp-file multibyte-string-p
+       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
+       w32-focus-frame x-focus-frame))
     (maybe-bind
      '(scroll-margin
        timer-list)))