all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [multi-tty] xterm.el doesn't compile
@ 2007-06-17  8:18 csant
  2007-06-18 13:59 ` Dan Nicolaescu
  0 siblings, 1 reply; 2+ messages in thread
From: csant @ 2007-06-17  8:18 UTC (permalink / raw)
  To: emacs-devel

term/xterm.el does not compile after latest cvs up.  Here is a patch:

--- lisp/term/xterm.el.~1.38.4.3.~      2007-06-17 00:55:49.000000000 +0200
+++ lisp/term/xterm.el  2007-06-17 01:09:00.000000000 +0200
@@ -693,7 +693,7 @@

      (xterm-register-default-colors)
      ;; This recomputes all the default faces given the colors we've just  
set up.
-    (tty-set-up-initial-frame-faces))
+    (tty-set-up-initial-frame-faces)))

  ;; Set up colors, for those versions of xterm that support it.
  (defvar xterm-standard-colors

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [multi-tty] xterm.el doesn't compile
  2007-06-17  8:18 [multi-tty] xterm.el doesn't compile csant
@ 2007-06-18 13:59 ` Dan Nicolaescu
  0 siblings, 0 replies; 2+ messages in thread
From: Dan Nicolaescu @ 2007-06-18 13:59 UTC (permalink / raw)
  To: csant; +Cc: emacs-devel

csant <csant@csant.info> writes:

  > term/xterm.el does not compile after latest cvs up.  Here is a patch:
  > 
  > --- lisp/term/xterm.el.~1.38.4.3.~      2007-06-17 00:55:49.000000000 +0200
  > +++ lisp/term/xterm.el  2007-06-17 01:09:00.000000000 +0200
  > @@ -693,7 +693,7 @@
  > 
  >      (xterm-register-default-colors)
  >      ;; This recomputes all the default faces given the colors we've
  > just  set up.
  > -    (tty-set-up-initial-frame-faces))
  > +    (tty-set-up-initial-frame-faces)))
  > 
  >  ;; Set up colors, for those versions of xterm that support it.
  >  (defvar xterm-standard-colors

You are seeing the results of an incorrect merge from trunk, all the
key definitions were duplicated.
I will fix it later today.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-06-18 13:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-17  8:18 [multi-tty] xterm.el doesn't compile csant
2007-06-18 13:59 ` Dan Nicolaescu

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.