aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.org
diff options
context:
space:
mode:
authorAlessandro Piras <laynor@gmail.com>2013-06-01 19:37:44 +0200
committerAlessandro Piras <laynor@gmail.com>2013-06-01 19:37:44 +0200
commit300a84a8883f7be66da633518e4d9c0de21b5cd1 (patch)
tree1cb4a4287f27214108bb982322e92b80f3645f8c /CHANGES.org
parent8bbf65267f9c169b204fdae0aa36c7ed1d6a2ea9 (diff)
Fix isearch-filter-predicate related bugs happening with the latex emacs (fix #299).
`isearch-filter-predicate` became a list `isearch-filter-predicates`.
Diffstat (limited to 'CHANGES.org')
-rw-r--r--CHANGES.org3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.org b/CHANGES.org
index 0bc808f..0d0d092 100644
--- a/CHANGES.org
+++ b/CHANGES.org
@@ -5,6 +5,9 @@
* Fix bug in `show-paren-mode` due to variable renaming in latest
emacs.
+ * Fix bug in isearch module due to variable renaming in latest
+ emacs.
+
** News in 1.0.4
* Undo one restriction when <c> argument is read in operator state.