emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110225: * lisp/faces.el (x-display-n


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110225: * lisp/faces.el (x-display-name): Declare (for without-x builds).
Date: Thu, 27 Sep 2012 00:28:48 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110225
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2012-09-27 00:28:48 -0700
message:
  * lisp/faces.el (x-display-name): Declare (for without-x builds).
modified:
  lisp/ChangeLog
  lisp/faces.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-09-27 07:26:22 +0000
+++ b/lisp/ChangeLog    2012-09-27 07:28:48 +0000
@@ -1,5 +1,7 @@
 2012-09-27  Glenn Morris  <address@hidden>
 
+       * 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.

=== modified file 'lisp/faces.el'
--- a/lisp/faces.el     2012-08-26 02:57:07 +0000
+++ b/lisp/faces.el     2012-09-27 07:28:48 +0000
@@ -1867,6 +1867,7 @@
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
 (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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]