aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2007-10-25 04:02:50 +0000
committerGlenn Morris2007-10-25 04:02:50 +0000
commitb68769f25a438e5a49d448c40c3c624cccae7f76 (patch)
tree7713a48425efdc82cc7fa35c61e2a4e3e454125f /etc
parentf28af2ae4f5ac23021ee0acff8bdf2e4d442addf (diff)
downloademacs-b68769f25a438e5a49d448c40c3c624cccae7f76.tar.gz
emacs-b68769f25a438e5a49d448c40c3c624cccae7f76.zip
(conf-space-keywords): Mark this regexp as safe if a string.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS10
1 files changed, 7 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8230088d92c..d3cb029e6a5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -195,13 +195,17 @@ It's used automatically as you move through hunks, see diff-auto-refine.
195** compilation-auto-jump-to-first-error tells `compile' to jump to 195** compilation-auto-jump-to-first-error tells `compile' to jump to
196the first error encountered during compilations. 196the first error encountered during compilations.
197 197
198** In the `copyright' package, you can specify your copyright holders's names. 198** In the `copyright' package, you can specify your copyright holders' names.
199Only copyright lines with holders matching copyright-names-regexp will be 199Only copyright lines with holders matching copyright-names-regexp will be
200considered for update. 200considered for update.
201 201
202** eldoc highlights the function argument under point 202** eldoc highlights the function argument under point
203with the face `eldoc-highlight-function-argument'. 203with the face `eldoc-highlight-function-argument'.
204 204
205+++
206** defcustom accepts new keyword arguments, `:safe' and `risky:', which
207set a variable's `safe-local-variable' and `risky-local-variable' property.
208
205** VC 209** VC
206*** Clicking on the VC mode-line entry now pops the VC menu. 210*** Clicking on the VC mode-line entry now pops the VC menu.
207 211
@@ -267,8 +271,8 @@ that either version can be used as inferior Python by python.el.
267 271
268*** The variable `fortran-line-length' can change the fixed-form line-length. 272*** The variable `fortran-line-length' can change the fixed-form line-length.
269 273
270*** (The increasingly misnamed) F90 mode has some support for Fortran 2003. 274+++
271At present, there are some problems with derived types. 275*** (The increasingly misnamed) F90 mode supports Fortran 2003 syntax.
272 276
273** Miscellaneous 277** Miscellaneous
274 278