emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r110537: Comment


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110537: Comment
Date: Sat, 13 Oct 2012 13:17:16 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110537
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2012-10-13 13:17:16 -0700
message:
  Comment
modified:
  lisp/url/url-file.el
=== modified file 'lisp/url/url-file.el'
--- a/lisp/url/url-file.el      2012-10-13 10:51:26 +0000
+++ b/lisp/url/url-file.el      2012-10-13 20:17:16 +0000
@@ -166,6 +166,8 @@
     (or filename (error "File does not exist: %s" (url-recreate-url url)))
     ;; Need to figure out the content-type from the real extension,
     ;; not the compressed one.
+    ;; FIXME should this regexp not include more extensions; basically
+    ;; everything that url-file-find-possibly-compressed-file does?
     (setq uncompressed-filename (if (string-match "\\.\\(gz\\|Z\\|z\\)$" 
filename)
                                    (substring filename 0 (match-beginning 0))
                                  filename))


reply via email to

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