diff options
| author | Kim F. Storm | 2004-09-13 08:16:38 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-09-13 08:16:38 +0000 |
| commit | 662b102f12fc2a2df55cb1f901b53f8e0c186f23 (patch) | |
| tree | 58ff9f85193bc329eb511edfdfdc7c5c56efef35 | |
| parent | 3cfa78731753297cd6a74c757337a21e1e13e3c2 (diff) | |
| download | emacs-662b102f12fc2a2df55cb1f901b53f8e0c186f23.tar.gz emacs-662b102f12fc2a2df55cb1f901b53f8e0c186f23.zip | |
Rename isearch-resume-enabled to isearch-resume-in-command-history
and change default to disabled.
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -1174,9 +1174,9 @@ and to type `C-f' at the end of the search string in the minibuffer. | |||
| 1174 | search string used as the string to replace. | 1174 | search string used as the string to replace. |
| 1175 | 1175 | ||
| 1176 | +++ | 1176 | +++ |
| 1177 | ** New user option `isearch-resume-enabled'. | 1177 | ** Isearch no longer adds `isearch-resume' commands to the command |
| 1178 | This option can be disabled, to avoid the normal behavior of isearch | 1178 | history by default. To enable this feature, customize the new |
| 1179 | which puts calls to `isearch-resume' in the command history. | 1179 | user option `isearch-resume-in-command-history'. |
| 1180 | 1180 | ||
| 1181 | +++ | 1181 | +++ |
| 1182 | ** New user option `history-delete-duplicates'. | 1182 | ** New user option `history-delete-duplicates'. |