From: Richard M. Stallman Date: Sun, 3 Jul 2005 16:11:04 +0000 (+0000) Subject: (dnd-protocol-alist): Add defvar. X-Git-Tag: emacs-pretest-22.0.90~8503 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=65536d1d29a8cd0c126ddeb2174cdf1f28e7e7aa;p=emacs.git (dnd-protocol-alist): Add defvar. --- diff --git a/lisp/dired.el b/lisp/dired.el index 61aca72db5b..a13a9e54ebe 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -437,6 +437,8 @@ Subexpression 2 must end right before the \\n or \\r.") nil (0 dired-ignored-face)))) ) "Additional expressions to highlight in Dired mode.") + +(defvar dnd-protocol-alist) ;;; Macros must be defined before they are used, for the byte compiler.