diff options
Diffstat (limited to 'lisp/diff.el')
-rw-r--r-- | lisp/diff.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/diff.el b/lisp/diff.el index 155942a8582..ea63a2a28ea 100644 --- a/lisp/diff.el +++ b/lisp/diff.el @@ -45,7 +45,7 @@ ;;;###autoload (defcustom diff-command "diff" "*The command to use to run diff." - :type string + :type 'string :group 'diff) (defvar diff-regexp-alist |