* lisp/faces.el (x-display-name): Declare (for without-x builds).

This commit is contained in:
Glenn Morris 2012-09-27 00:28:48 -07:00
parent 8e5064e528
commit a88324d49c
2 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,7 @@
2012-09-27 Glenn Morris <rgm@gnu.org>
* faces.el (x-display-name): Declare (for without-x builds).
* linum.el (linum-format): Don't autoload it. Improve :type.
* progmodes/tcl.el: Don't require outline when compiling.

View file

@ -1867,6 +1867,7 @@ Return nil if it has no specified face."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(declare-function x-parse-geometry "frame.c" (string))
(defvar x-display-name)
(defun x-handle-named-frame-geometry (parameters)
"Add geometry parameters for a named frame to parameter list PARAMETERS.