mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
*** empty log message ***
This commit is contained in:
parent
ae0916f8e0
commit
8758f42e99
1 changed files with 9 additions and 0 deletions
9
etc/NEWS
9
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue