diff options
| author | Kim F. Storm | 2004-04-13 22:24:34 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-04-13 22:24:34 +0000 |
| commit | a27ddfaf2b618b7fe1255747e10a9f7e8d6d4633 (patch) | |
| tree | dec2faa7f426f3d21507940fa6b0dadf9b5edf65 /etc | |
| parent | e2c608243a2565699ff13d6d5a423aa8e5a6531e (diff) | |
| download | emacs-a27ddfaf2b618b7fe1255747e10a9f7e8d6d4633.tar.gz emacs-a27ddfaf2b618b7fe1255747e10a9f7e8d6d4633.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -88,6 +88,12 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. | |||
| 88 | 88 | ||
| 89 | * Changes in Emacs 21.4 | 89 | * Changes in Emacs 21.4 |
| 90 | 90 | ||
| 91 | ** New command line option -Q. | ||
| 92 | |||
| 93 | This is like using -q --no-site-file, but in addition it also disables | ||
| 94 | the menu-bar, the tool-bar, the scroll-bars, tool tips, the blinking | ||
| 95 | cursor, and the fancy startup screen. | ||
| 96 | |||
| 91 | ** C-h v and C-h f commands now include a hyperlink to the C source for | 97 | ** C-h v and C-h f commands now include a hyperlink to the C source for |
| 92 | variables and functions defined in C (if the C source is available). | 98 | variables and functions defined in C (if the C source is available). |
| 93 | 99 | ||