* dgnushack.el: Autoload get-display-table and put-display-table for XEmacs
authorKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 16 Jun 2008 00:03:09 +0000 (00:03 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 16 Jun 2008 00:03:09 +0000 (00:03 +0000)
 21.5.

* lpath.el: Fbind get-display-table and put-display-table for XEmacs 21.4 and
 SXEmacs.

lisp/ChangeLog
lisp/dgnushack.el
lisp/lpath.el

index be601be..ebae060 100644 (file)
@@ -1,3 +1,11 @@
+2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * dgnushack.el: Autoload get-display-table and put-display-table for
+       XEmacs 21.5.
+
+       * lpath.el: Fbind get-display-table and put-display-table for XEmacs
+       21.4 and SXEmacs.
+
 2008-06-15  David Engster  <dengste@eml.cc>
 
        * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
index b4958a3..908340a 100644 (file)
@@ -230,6 +230,10 @@ fixed in Emacs 22."
     (autoload 'eudc-expand-inline "eudc" nil t)
     (autoload 'executable-find "executable")
     (autoload 'font-lock-fontify-buffer "font-lock" nil t)
+    (when (and (emacs-version>= 21 5)
+              (not (featurep 'sxemacs)))
+      (autoload 'get-display-table "disp-table.el")
+      (autoload 'put-display-table "disp-table.el"))
     (autoload 'info "info" nil t)
     (autoload 'mail-extract-address-components "mail-extr")
     (autoload 'mail-fetch-field "mail-utils")
index 2407a20..bc814ce 100644 (file)
@@ -79,8 +79,8 @@
     (maybe-fbind
      '(custom-autoload
        display-graphic-p display-images-p display-visual-class
-       select-frame-set-input-focus unicode-precedence-list w32-focus-frame
-       x-focus-frame))
+       get-display-table put-display-table select-frame-set-input-focus
+       unicode-precedence-list w32-focus-frame x-focus-frame))
     (maybe-bind
      '(default-file-name-coding-system)))