From: Juanma Barranquero Date: Fri, 11 Jun 2004 16:43:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~5830 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8758f42e99a2835fb5488f90b40a2949d456f2de;p=emacs.git *** empty log message *** --- 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