Mercurial > emacs
changeset 41756:97f872fb595d
Describe isearch-resume-enabled.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 02 Dec 2001 01:25:08 +0000 |
parents | 3b56f11dd4b6 |
children | 5da2e2339b57 |
files | etc/NEWS |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sun Dec 02 01:13:55 2001 +0000 +++ b/etc/NEWS Sun Dec 02 01:25:08 2001 +0000 @@ -117,6 +117,10 @@ When not customized, it becomes buffer-local when it can be inferred from the file name or buffer contents. +** New user option `isearch-resume-enabled'. +This option can be disabled, to avoid the normal behaviour of isearch +which puts calls to `isearch-resume' in the command history. + ** When the *scratch* buffer is recreated, its mode is set from initial-major-mode, which normally is lisp-interaction-mode, instead of using default-major-mode.