1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

(dnd-protocol-alist): Add defvar.

This commit is contained in:
Richard M. Stallman 2005-07-03 16:11:04 +00:00
parent de5544e8b8
commit 65536d1d29

View 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)
;;; Macros must be defined before they are used, for the byte compiler.