emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108602: lisp/url/url-handlers.el


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108602: lisp/url/url-handlers.el (url-handler-regexp): Declare.
Date: Fri, 02 Nov 2012 01:46:01 -0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108602
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Wed 2012-06-13 18:25:03 +0200
message:
  lisp/url/url-handlers.el (url-handler-regexp): Declare.
modified:
  lisp/url/ChangeLog
  lisp/url/url-handlers.el
=== modified file 'lisp/url/ChangeLog'
--- a/lisp/url/ChangeLog        2012-06-12 10:00:53 +0000
+++ b/lisp/url/ChangeLog        2012-06-13 16:25:03 +0000
@@ -1,3 +1,7 @@
+2012-06-13  Juanma Barranquero  <address@hidden>
+
+       * url-handlers.el (url-handler-regexp): Declare.
+
 2012-06-12  Chong Yidong  <address@hidden>
 
        * url-handlers.el: Re-order file to avoid recursive load.

=== modified file 'lisp/url/url-handlers.el'
--- a/lisp/url/url-handlers.el  2012-06-12 10:00:53 +0000
+++ b/lisp/url/url-handlers.el  2012-06-13 16:25:03 +0000
@@ -90,6 +90,8 @@
 ;; verify-visited-file-modtime
 ;; write-region
 
+(defvar url-handler-regexp) ; defined below to avoid recursive load 
(revno:108572)
+
 ;;;###autoload
 (define-minor-mode url-handler-mode
   "Toggle using `url' library for URL filenames (URL Handler mode).


reply via email to

[Prev in Thread] Current Thread [Next in Thread]