(font-show-log): Limit each listing to 20 items.

This commit is contained in:
Kenichi Handa 2008-05-22 12:50:48 +00:00
parent bcd79f838d
commit af6061b12f

View file

@ -1295,6 +1295,7 @@ character)")
;;;###autoload ;;;###autoload
(defun font-show-log () (defun font-show-log ()
"Show log of font listing and opening."
(interactive) (interactive)
(if (eq font-log t) (if (eq font-log t)
(message "Font logging is currently suppressed") (message "Font logging is currently suppressed")