diff options
| author | Glenn Morris | 2007-10-25 04:02:50 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-10-25 04:02:50 +0000 |
| commit | b68769f25a438e5a49d448c40c3c624cccae7f76 (patch) | |
| tree | 7713a48425efdc82cc7fa35c61e2a4e3e454125f /etc | |
| parent | f28af2ae4f5ac23021ee0acff8bdf2e4d442addf (diff) | |
| download | emacs-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/NEWS | 10 |
1 files changed, 7 insertions, 3 deletions
| @@ -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 |
| 196 | the first error encountered during compilations. | 196 | the 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. |
| 199 | Only copyright lines with holders matching copyright-names-regexp will be | 199 | Only copyright lines with holders matching copyright-names-regexp will be |
| 200 | considered for update. | 200 | considered for update. |
| 201 | 201 | ||
| 202 | ** eldoc highlights the function argument under point | 202 | ** eldoc highlights the function argument under point |
| 203 | with the face `eldoc-highlight-function-argument'. | 203 | with the face `eldoc-highlight-function-argument'. |
| 204 | 204 | ||
| 205 | +++ | ||
| 206 | ** defcustom accepts new keyword arguments, `:safe' and `risky:', which | ||
| 207 | set 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 | +++ |
| 271 | At 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 | ||