aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorKim F. Storm2004-04-13 22:24:34 +0000
committerKim F. Storm2004-04-13 22:24:34 +0000
commita27ddfaf2b618b7fe1255747e10a9f7e8d6d4633 (patch)
treedec2faa7f426f3d21507940fa6b0dadf9b5edf65 /etc
parente2c608243a2565699ff13d6d5a423aa8e5a6531e (diff)
downloademacs-a27ddfaf2b618b7fe1255747e10a9f7e8d6d4633.tar.gz
emacs-a27ddfaf2b618b7fe1255747e10a9f7e8d6d4633.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f798b93479a..6e8a5766e33 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
93This is like using -q --no-site-file, but in addition it also disables
94the menu-bar, the tool-bar, the scroll-bars, tool tips, the blinking
95cursor, 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
92variables and functions defined in C (if the C source is available). 98variables and functions defined in C (if the C source is available).
93 99