diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-06-06 18:21:19 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-06-06 18:21:19 +0000 |
commit | 660d4800ea0cd03228832d0063af0333106103b8 (patch) | |
tree | b900ef3dc1468765d31b2ab87cf8143f49c25f1e /lisp/diff.el | |
parent | 25544ce1bd4992b990365f8a09070f963aefb67d (diff) | |
download | emacs-660d4800ea0cd03228832d0063af0333106103b8.tar.gz emacs-660d4800ea0cd03228832d0063af0333106103b8.tar.bz2 emacs-660d4800ea0cd03228832d0063af0333106103b8.zip |
(diff-command): Fix previous change.
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 |