From: Glenn Morris Date: Thu, 27 Sep 2012 07:28:48 +0000 (-0700) Subject: * lisp/faces.el (x-display-name): Declare (for without-x builds). X-Git-Url: https://git.hcoop.net/bpt/emacs.git/commitdiff_plain/a88324d49c3dbc0c86a0e378880d7db27e9f32e5 * lisp/faces.el (x-display-name): Declare (for without-x builds). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bf53034602..f259ec2b3f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2012-09-27 Glenn Morris + * 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. diff --git a/lisp/faces.el b/lisp/faces.el index 6a477e172e..3ee859305a 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -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.