Browse Source

Silence byte-compiler

Nicolas Goaziou 8 years ago
parent
commit
1d5142601a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -5301,7 +5301,7 @@ is available.  This option applies only if FILE is a URL."
 		   file))))
 		   file))))
      (t
      (t
       (with-temp-buffer
       (with-temp-buffer
-        (condition-case err
+        (condition-case nil
 	    (progn
 	    (progn
 	      (insert-file-contents file)
 	      (insert-file-contents file)
 	      (buffer-string))
 	      (buffer-string))