# HG changeset patch # User Richard M. Stallman # Date 865460480 0 # Node ID 3584a8182767dceca37142966cddefc46024463f # Parent c9bd973ca168987c718223cd9f7e5d292eab3e4b Customize. (diff-switches, diff-command): Add autoload cookies. diff -r c9bd973ca168 -r 3584a8182767 lisp/diff.el --- a/lisp/diff.el Wed Jun 04 21:21:53 1997 +0000 +++ b/lisp/diff.el Wed Jun 04 21:41:20 1997 +0000 @@ -31,12 +31,22 @@ (require 'compile) -;;; This is duplicated in vc.el. -(defvar diff-switches "-c" - "*A string or list of strings specifying switches to be be passed to diff.") +;;;###autoload +(defgroup diff nil + "Comparing files with `diff'." + :group 'tools) -(defvar diff-command "diff" - "*The command to use to run diff.") +;;;###autoload +(defcustom diff-switches "-c" + "*A string or list of strings specifying switches to be be passed to diff." + :type '(choice string (repeat string)) + :group 'diff) + +;;;###autoload +(defcustom diff-command "diff" + "*The command to use to run diff." + :type string + :group 'diff) (defvar diff-regexp-alist '(