Function: make-display-table

make-display-table is an autoloaded and byte-compiled function defined in disp-table.el.gz.

Signature

(make-display-table)

Documentation

Return a new, empty display table.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/disp-table.el.gz
;;;###autoload
(defun make-display-table ()
  "Return a new, empty display table."
  (make-char-table 'display-table nil))