aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2005-07-16 19:15:35 +0000
committerRichard M. Stallman2005-07-16 19:15:35 +0000
commit4185451dc73f896dd31b4dd7d902b10110ab5dcc (patch)
tree49bac855970d832a0c3d42df205610723df8979c /lisp/ChangeLog
parent87e976736525a9cb2ce001d15ce39295c500fbbf (diff)
downloademacs-4185451dc73f896dd31b4dd7d902b10110ab5dcc.tar.gz
emacs-4185451dc73f896dd31b4dd7d902b10110ab5dcc.zip
(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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog16
1 files changed, 15 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2be67ff9b92..b67ad5b7f96 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -6,7 +6,21 @@
6 (byte-compile-or): Use that. 6 (byte-compile-or): Use that.
7 (byte-compile-if): Guard the else-clause too. 7 (byte-compile-if): Guard the else-clause too.
8 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)). 8 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
9 Simplify conditions of the form (not (not BASE)). 9
10 * isearch.el (isearch-mode-end-hook-quit): New variable.
11 (isearch-done): Bind it.
12 (isearch-mode-end-hook): Doc fix.
13
14 * allout.el (allout-isearch-did-quit): Variable deleted.
15 (allout-real-isearch-abort): Function name no longer used.
16 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
17 (allout-isearch-rectification): isearch-mode always exists.
18 Don't set allout-isearch-did-quit.
19 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
20 allout-isearch-did-quit.
21 (allout-enwrap-isearch): Just add the hook.
22 (allout-isearch-abort): Function deleted.
23 (allout-pre-command-business): Avoid warning.
10 24
11 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp. 25 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
12 Correctly avoid warnings. 26 Correctly avoid warnings.