Fix compiler warnings

This commit is contained in:
Bastien Guerry 2012-12-23 00:32:40 +01:00
parent 0f7500704e
commit a0fd83976a
2 changed files with 2 additions and 3 deletions

View File

@ -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 ()

View File

@ -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