diff options
| author | Stefan Monnier | 2001-11-02 04:59:56 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-11-02 04:59:56 +0000 |
| commit | c22e59e11779f0272f53d7cc43c27fb50981bdfe (patch) | |
| tree | 22af258bf39b53b01117ee5ffcf1e80996c8f81c /etc | |
| parent | fe552b4c0d54b84b3048a08b2fc19518cafe6f1d (diff) | |
| download | emacs-c22e59e11779f0272f53d7cc43c27fb50981bdfe.tar.gz emacs-c22e59e11779f0272f53d7cc43c27fb50981bdfe.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
| @@ -18,9 +18,6 @@ now uses normal-erase-is-backspace-mode. | |||
| 18 | ** `buffer-menu' and `list-buffers' now list buffers whose names begin | 18 | ** `buffer-menu' and `list-buffers' now list buffers whose names begin |
| 19 | with a space, if they visit files. | 19 | with a space, if they visit files. |
| 20 | 20 | ||
| 21 | ** tab-always-indent can be set to `never' to make sure indent-for-tab-command | ||
| 22 | always tabs rather than indents. | ||
| 23 | |||
| 24 | ** You can now customize fill-nobreak-predicate to control where | 21 | ** You can now customize fill-nobreak-predicate to control where |
| 25 | filling can break lines. We provide two sample predicates, | 22 | filling can break lines. We provide two sample predicates, |
| 26 | fill-single-word-nobreak-p and fill-french-nobreak-p. | 23 | fill-single-word-nobreak-p and fill-french-nobreak-p. |