From 8758f42e99a2835fb5488f90b40a2949d456f2de Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 11 Jun 2004 16:43:14 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 18761ea1461..b232da4af02 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -90,6 +90,15 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. * 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 -- 2.39.5