* lisp/faces.el (x-display-name): Declare (for without-x builds).
This commit is contained in:
parent
8e5064e528
commit
a88324d49c
2 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue