diff options
| author | Richard M. Stallman | 1997-06-06 18:21:19 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 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.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 @@ | |||
| 45 | ;;;###autoload | 45 | ;;;###autoload |
| 46 | (defcustom diff-command "diff" | 46 | (defcustom diff-command "diff" |
| 47 | "*The command to use to run diff." | 47 | "*The command to use to run diff." |
| 48 | :type string | 48 | :type 'string |
| 49 | :group 'diff) | 49 | :group 'diff) |
| 50 | 50 | ||
| 51 | (defvar diff-regexp-alist | 51 | (defvar diff-regexp-alist |