[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108071: * lisp/userlock.el, emacs
From: |
Stefan Monnier |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108071: * lisp/userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package. |
Date: |
Wed, 18 Jul 2012 07:44:13 -0400 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 108071
fixes bug: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11915
committer: Stefan Monnier <address@hidden>
branch nick: emacs-24
timestamp: Wed 2012-07-18 07:44:13 -0400
message:
* lisp/userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
* lisp/progmodes/bug-reference.el, lisp/misearch.el: Provide themselves.
modified:
lisp/ChangeLog
lisp/emacs-lisp/map-ynp.el
lisp/misearch.el
lisp/progmodes/bug-reference.el
lisp/userlock.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2012-07-18 09:33:09 +0000
+++ b/lisp/ChangeLog 2012-07-18 11:44:13 +0000
@@ -1,5 +1,9 @@
2012-07-18 Stefan Monnier <address@hidden>
+ * 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).
=== modified file 'lisp/emacs-lisp/map-ynp.el'
--- a/lisp/emacs-lisp/map-ynp.el 2012-01-19 07:21:25 +0000
+++ b/lisp/emacs-lisp/map-ynp.el 2012-07-18 11:44:13 +0000
@@ -5,6 +5,7 @@
;; Author: Roland McGrath <address@hidden>
;; Maintainer: FSF
;; Keywords: lisp, extensions
+;; Package: emacs
;; This file is part of GNU Emacs.
=== modified file 'lisp/misearch.el'
--- a/lisp/misearch.el 2012-01-19 07:21:25 +0000
+++ b/lisp/misearch.el 2012-07-18 11:44:13 +0000
@@ -379,5 +379,5 @@
(provide 'multi-isearch)
-
+(provide 'misearch)
;;; misearch.el ends here
=== modified file 'lisp/progmodes/bug-reference.el'
--- a/lisp/progmodes/bug-reference.el 2012-01-19 07:21:25 +0000
+++ b/lisp/progmodes/bug-reference.el 2012-07-18 11:44:13 +0000
@@ -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 @@
(widen)
(bug-reference-unfontify (point-min) (point-max)))))
+(provide 'bug-reference)
;;; bug-reference.el ends here
=== modified file 'lisp/userlock.el'
--- a/lisp/userlock.el 2012-01-19 07:21:25 +0000
+++ b/lisp/userlock.el 2012-07-18 11:44:13 +0000
@@ -4,6 +4,7 @@
;; Maintainer: FSF
;; Keywords: internal
+;; Package: emacs
;; This file is part of GNU Emacs.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108071: * lisp/userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.,
Stefan Monnier <=