diff lisp/dired.el @ 63934:44925622f813

(dnd-protocol-alist): Add defvar.
author Richard M. Stallman <rms@gnu.org>
date Sun, 03 Jul 2005 16:11:04 +0000
parents ac4dcbb00c51
children 6fb026ad601f
line wrap: on
line diff
--- a/lisp/dired.el	Sun Jul 03 16:10:07 2005 +0000
+++ b/lisp/dired.el	Sun Jul 03 16:11:04 2005 +0000
@@ -437,6 +437,8 @@
 	     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.