]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 11 Jun 2004 16:43:14 +0000 (16:43 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 11 Jun 2004 16:43:14 +0000 (16:43 +0000)
etc/NEWS

index 18761ea1461e42c269bd9923759cdc690f61a133..b232da4af02d6e76c160b3bc76c41f3de8817fed 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -90,6 +90,15 @@ types any more.  Add -DUSE_LISP_UNION_TYPE if you want union types.
 \f
 * 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