Setup auto-fill-chars.
[bpt/emacs.git] / lisp / diff.el
index 155942a..f181873 100644 (file)
@@ -31,7 +31,6 @@
 
 (require 'compile)
 
-;;;###autoload
 (defgroup diff nil
   "Comparing files with `diff'."
   :group 'tools)
@@ -45,7 +44,7 @@
 ;;;###autoload
 (defcustom diff-command "diff"
   "*The command to use to run diff."
-  :type string
+  :type 'string
   :group 'diff)
 
 (defvar diff-regexp-alist