emacs-devel
[Top][All Lists]
Advanced

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

pc-win.el change


From: Eli Zaretskii
Subject: pc-win.el change
Date: Sun, 21 Oct 2007 06:08:23 +0200

> 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?  What other functions could be
part of frame-creation-function-alist?




reply via email to

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