From 660d4800ea0cd03228832d0063af0333106103b8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 6 Jun 1997 18:21:19 +0000 Subject: [PATCH] (diff-command): Fix previous change. --- lisp/diff.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2