]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment
authorGlenn Morris <rgm@gnu.org>
Sat, 13 Oct 2012 20:17:16 +0000 (13:17 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 13 Oct 2012 20:17:16 +0000 (13:17 -0700)
lisp/url/url-file.el

index 3515d7493cc81a5c608d949c96a27447493a618c..59aaccbe074e3dc294c27c887052610e50bbbeff 100644 (file)
@@ -166,6 +166,8 @@ to them."
     (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))