diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-08-31 13:48:16 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-08-31 13:48:16 +0000 |
commit | 12ec3981e3cc78e280a9cb244dea3517665c5733 (patch) | |
tree | b474d036ef3c8b545713bb0840aaa6a60a8f4164 /lisp/dired-x.el | |
parent | 6e0f362cb0a10f1a71fcc10ca8c979de4673217c (diff) | |
download | emacs-12ec3981e3cc78e280a9cb244dea3517665c5733.tar.gz |
(vm-folder-directory): Add defvar.
Diffstat (limited to 'lisp/dired-x.el')
-rw-r--r-- | lisp/dired-x.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/dired-x.el b/lisp/dired-x.el index 074bdc376a4..8ce5e5d48d0 100644 --- a/lisp/dired-x.el +++ b/lisp/dired-x.el @@ -111,6 +111,8 @@ (require 'dired-aux) +(defvar vm-folder-directory) + ;;; User-defined variables. (defgroup dired-x nil |