diff options
author | Chong Yidong <cyd@gnu.org> | 2012-07-21 14:13:23 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-07-21 14:13:23 +0800 |
commit | 257210319f10abebbfd7c12784cf3a8e112c3562 (patch) | |
tree | 48b747e691e6f8966d2a47cd4f57b0c1a1b01217 /lisp/misearch.el | |
parent | 316e68a7952719c0450933eb956163ea4248d088 (diff) | |
parent | 2c73e345cc666982dbcb9d73e4fdd5a3348d19bc (diff) | |
download | emacs-257210319f10abebbfd7c12784cf3a8e112c3562.tar.gz |
Merge from emacs-24 branch; up to 2012-05-01T10:20:43Z!rgm@gnu.org
Diffstat (limited to 'lisp/misearch.el')
-rw-r--r-- | lisp/misearch.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/misearch.el b/lisp/misearch.el index 4848b6691bc..502de52a05f 100644 --- a/lisp/misearch.el +++ b/lisp/misearch.el @@ -373,5 +373,5 @@ whose file names match the specified wildcard." (provide 'multi-isearch) - +(provide 'misearch) ;;; misearch.el ends here |