Sfoglia il codice sorgente

Fix compiler warnings

Bastien Guerry 12 anni fa
parent
commit
a0fd83976a
2 ha cambiato i file con 2 aggiunte e 3 eliminazioni
  1. 2 0
      lisp/org-w3m.el
  2. 0 3
      lisp/org.el

+ 2 - 0
lisp/org-w3m.el

@@ -43,6 +43,8 @@
 
 (require 'org)
 
+(defvar w3m-current-url)
+(defvar w3m-current-title)
 
 (add-hook 'org-store-link-functions 'org-w3m-store-link)
 (defun org-w3m-store-link ()

+ 0 - 3
lisp/org.el

@@ -3982,9 +3982,6 @@ Normal means, no org-mode-specific context."
 (declare-function speedbar-line-directory "speedbar" (&optional depth))
 (declare-function table--at-cell-p "table" (position &optional object at-column))
 
-(defvar w3m-current-url)
-(defvar w3m-current-title)
-
 (defvar org-latex-regexps)
 
 ;;; Autoload and prepare some org modules