diff options
| author | Glenn Morris | 2013-05-07 00:05:21 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-05-07 00:05:21 -0700 |
| commit | 7cc8ae065c3840d74921a673f1c7e480b092e295 (patch) | |
| tree | ea102f72dbb65d14e248bb982f8c8ff6f6c687fb /etc | |
| parent | e0c9d5650500f980701f1e0288db73ee32cbe7d0 (diff) | |
| download | emacs-7cc8ae065c3840d74921a673f1c7e480b092e295.tar.gz emacs-7cc8ae065c3840d74921a673f1c7e480b092e295.zip | |
* lisp/progmodes/f90.el (f90-smart-end-names): New option.
(f90-smart-end): Doc fix.
(f90-end-block-optional-name): New constant.
(f90-block-match): Respect f90-smart-end-names.
* etc/NEWS: Mention this.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -198,6 +198,9 @@ auto-saves of the desktop. | |||
| 198 | If set to a number, this can be used to avoid accidentally paste large | 198 | If set to a number, this can be used to avoid accidentally paste large |
| 199 | amounts of data into the ERC input. | 199 | amounts of data into the ERC input. |
| 200 | 200 | ||
| 201 | --- | ||
| 202 | ** New F90 mode option `f90-smart-end-names'. | ||
| 203 | |||
| 201 | ** Icomplete is a bit more like IDO. | 204 | ** Icomplete is a bit more like IDO. |
| 202 | *** key bindings to navigate through and select the completions. | 205 | *** key bindings to navigate through and select the completions. |
| 203 | *** The icomplete-separator is customizable, and its default has changed. | 206 | *** The icomplete-separator is customizable, and its default has changed. |