]> git.eshelyaron.com Git - emacs.git/commitdiff
(dnd-protocol-alist): Add defvar.
authorRichard M. Stallman <rms@gnu.org>
Sun, 3 Jul 2005 16:11:04 +0000 (16:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 3 Jul 2005 16:11:04 +0000 (16:11 +0000)
lisp/dired.el

index 61aca72db5b19c87da0c81e4e7e58e7e50e17541..a13a9e54ebe4a43063035616170316486a052b3f 100644 (file)
@@ -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)
 \f
 ;;; Macros must be defined before they are used, for the byte compiler.