]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 1534eb2725dda0428a3ae00f35390d6c7d279b99..0790df5c25a9545dab941315f54f3721b5bbad5c 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 cc4e642daf89f9e8f7b57118e7302ccfc16a593a..e7806440bf3edfe3aae2ebfc8ec1212277313eca 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 22021bac57092ef7e086e2ef5ac6a4d898707b33..b175f526e9367204844ac2684db519e58a6133db 100644 (file)
@@ -379,5 +379,5 @@ whose file names match the specified wildcard."
 
 \f
 (provide 'multi-isearch)
-
+(provide 'misearch)
 ;;; misearch.el ends here
index 015b9a9ceafcbf0b1e8ea22066d5bcc54fafc767..613f002fc73f8828f6be325acd85395b95c7c640 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 8a4159aafc0895a79bfede5fa13a96b02015051c..705d9588249f59e44a661f1577fd5b03c6ad6367 100644 (file)
@@ -4,6 +4,7 @@
 
 ;; Maintainer: FSF
 ;; Keywords: internal
+;; Package: emacs
 
 ;; This file is part of GNU Emacs.