Mercurial > emacs
changeset 64401:7f04989042c3
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 16 Jul 2005 19:15:26 +0000 |
parents | e169c8755108 |
children | 81b2fc299fbf |
files | lisp/ChangeLog |
diffstat | 1 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Jul 16 19:15:06 2005 +0000 +++ b/lisp/ChangeLog Sat Jul 16 19:15:26 2005 +0000 @@ -8,6 +8,21 @@ (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)). Simplify conditions of the form (not (not BASE)). + * isearch.el (isearch-mode-end-hook-quit): New variable. + (isearch-done): Bind it. + (isearch-mode-end-hook): Doc fix. + + * allout.el (allout-isearch-did-quit): Variable deleted. + (allout-real-isearch-abort): Function name no longer used. + (allout-mode): Do allout-enwrap-isearch whenever feature is wanted. + (allout-isearch-rectification): isearch-mode always exists. + Don't set allout-isearch-did-quit. + (allout-isearch-expose): Check isearch-mode-end-hook-error, not + allout-isearch-did-quit. + (allout-enwrap-isearch): Just add the hook. + (allout-isearch-abort): Function deleted. + (allout-pre-command-business): Avoid warning. + * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp. Correctly avoid warnings. (pascal-outline): Likewise.