* lisp/userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 18 Jul 2012 11:44:13 +0000 (07:44 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 18 Jul 2012 11:44:13 +0000 (07:44 -0400)
* lisp/progmodes/bug-reference.el, lisp/misearch.el: Provide themselves.

Fixes: debbugs:11915

lisp/ChangeLog
lisp/emacs-lisp/map-ynp.el
lisp/misearch.el
lisp/progmodes/bug-reference.el
lisp/userlock.el

index 1534eb2..0790df5 100644 (file)
@@ -1,5 +1,9 @@
 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).
 
index cc4e642..e780644 100644 (file)
@@ -5,6 +5,7 @@
 ;; Author: Roland McGrath <roland@gnu.org>
 ;; Maintainer: FSF
 ;; Keywords: lisp, extensions
+;; Package: emacs
 
 ;; This file is part of GNU Emacs.
 
index 22021ba..b175f52 100644 (file)
@@ -379,5 +379,5 @@ whose file names match the specified wildcard."
 
 \f
 (provide 'multi-isearch)
-
+(provide 'misearch)
 ;;; misearch.el ends here
index 015b9a9..613f002 100644 (file)
@@ -30,6 +30,8 @@
 ;; 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)
@@ -154,4 +156,5 @@ the mode if ARG is omitted or nil."
       (widen)
       (bug-reference-unfontify (point-min) (point-max)))))
 
+(provide 'bug-reference)
 ;;; bug-reference.el ends here
index 8a4159a..705d958 100644 (file)
@@ -4,6 +4,7 @@
 
 ;; Maintainer: FSF
 ;; Keywords: internal
+;; Package: emacs
 
 ;; This file is part of GNU Emacs.