emacs-devel
[Top][All Lists]
Advanced

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

Re: pc-win.el change


From: Dan Nicolaescu
Subject: Re: pc-win.el change
Date: Sat, 20 Oct 2007 21:23:21 -0700

Eli Zaretskii <address@hidden> writes:

  > > Date: Sun, 21 Oct 2007 00:24:34 +0000
  > > From: Dan Nicolaescu <address@hidden>
  > > Subject: [Emacs-diffs] Changes to emacs/lisp/term/pc-win.el,v
  > > To: address@hidden
  > > 
  > > --- term/pc-win.el        26 Jul 2007 05:27:30 -0000      1.40
  > > +++ term/pc-win.el        21 Oct 2007 00:24:31 -0000      1.41
  > > @@ -130,7 +130,7 @@
  > >        (unless success (delete-frame frame)))
  > >      frame))
  > >  
  > > -(setq frame-creation-function 'make-msdos-frame)
  > > +(add-to-list 'frame-creation-function-alist '(pc . make-msdos-frame))
  > 
  > What is the purpose of this change?  

frame-creation-function does not exist anymore after the multi-tty
merge.

  > What other functions could be part of
  > frame-creation-function-alist?

See term/*-win.el




reply via email to

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