mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(diff-command): Fix previous change.
This commit is contained in:
parent
25544ce1bd
commit
660d4800ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue