Make unused variable font-list-limit obsolete, and move it out of C.
authorChong Yidong <cyd@gnu.org>
Tue, 23 Oct 2012 02:39:13 +0000 (10:39 +0800)
committerChong Yidong <cyd@gnu.org>
Tue, 23 Oct 2012 02:39:13 +0000 (10:39 +0800)
commit49238e7f5c081b841bdc57d96599c4997dcb487c
treed29f99205bd99e7c6e19f810bd11eeac6ca1fb65
parent1fb3aa3fead098e7df1428c7a70e3a32f1da23e4
Make unused variable font-list-limit obsolete, and move it out of C.

* display.texi (Font Lookup): Remove font-list-limit.

* lisp/startup.el (command-line):
* lisp/cus-start.el: Don't refer to font-list-limit.

* lisp/faces.el (font-list-limit): Define as an obsolete variable.

* xfaces.c (Vfont_list_limit): Move unused variable to faces.el.
doc/lispref/ChangeLog
doc/lispref/display.texi
etc/NEWS
lisp/ChangeLog
lisp/cus-start.el
lisp/faces.el
lisp/startup.el
src/ChangeLog
src/xfaces.c