# HG changeset patch # User Juanma Barranquero # Date 1086972194 0 # Node ID 9cb755ea41088024191140d07fb4dee84333938c # Parent 7f29c9c8a3a4f015630bf49994c07ed6955f5934 *** empty log message *** diff -r 7f29c9c8a3a4 -r 9cb755ea4108 etc/NEWS --- a/etc/NEWS Fri Jun 11 06:03:16 2004 +0000 +++ b/etc/NEWS Fri Jun 11 16:43:14 2004 +0000 @@ -90,6 +90,15 @@ * Changes in Emacs 21.4 +** Passing resources on the command line now works on MS Windows. +You can use --xrm to pass resource settings to Emacs, overriding any +existing values. For example: + + emacs --xrm "Emacs.Background:red" --xrm "Emacs.Geometry:100x20" + +will start up Emacs on an initial frame of 100x20 with red background, +irrespective of geometry or background setting on the Windows registry. + ** New features in evaluation commands *** The function `eval-defun' (C-M-x) called on defface reinitializes