summaryrefslogtreecommitdiff
path: root/lisp/misearch.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2012-07-18 07:44:13 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2012-07-18 07:44:13 -0400
commitd0b822e38a065063011d1e3d23e052958b02aaf7 (patch)
tree7346d5913bf1073d72c09a300c31d7524460c4c8 /lisp/misearch.el
parent95bdccb782fbeb97cc2cc12a64635d6d5f85475f (diff)
downloademacs-d0b822e38a065063011d1e3d23e052958b02aaf7.tar.gz
* lisp/userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
* lisp/progmodes/bug-reference.el, lisp/misearch.el: Provide themselves. Fixes: debbugs:11915
Diffstat (limited to 'lisp/misearch.el')
-rw-r--r--lisp/misearch.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/misearch.el b/lisp/misearch.el
index 22021bac570..b175f526e93 100644
--- a/lisp/misearch.el
+++ b/lisp/misearch.el
@@ -379,5 +379,5 @@ whose file names match the specified wildcard."
(provide 'multi-isearch)
-
+(provide 'misearch)
;;; misearch.el ends here