* lisp/progmodes/bug-reference.el, lisp/misearch.el: Provide themselves.
Fixes: debbugs:11915
2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
+ * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
+ * progmodes/bug-reference.el, misearch.el: Provide themselves
+ (bug#11915).
+
* progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
of narrowed buffer (bug#11966).
;; Author: Roland McGrath <roland@gnu.org>
;; Maintainer: FSF
;; Keywords: lisp, extensions
+;; Package: emacs
;; This file is part of GNU Emacs.
\f
(provide 'multi-isearch)
-
+(provide 'misearch)
;;; misearch.el ends here
;; Two minor modes are provided. One works on any text in the buffer;
;; the other operates only on comments and strings.
+;;; Code:
+
(defvar bug-reference-map
(let ((map (make-sparse-keymap)))
(define-key map [mouse-2] 'bug-reference-push-button)
(widen)
(bug-reference-unfontify (point-min) (point-max)))))
+(provide 'bug-reference)
;;; bug-reference.el ends here
;; Maintainer: FSF
;; Keywords: internal
+;; Package: emacs
;; This file is part of GNU Emacs.