comparison lisp/efs/dired-faces.el @ 122:d2f30a177268 r20-1b14

Import from CVS: tag r20-1b14
author cvs
date Mon, 13 Aug 2007 09:26:03 +0200
parents 8b8b7f3559a2
children 869e1851236b
comparison
equal deleted inserted replaced
121:419db647c998 122:d2f30a177268
14 14
15 ;;; Variables 15 ;;; Variables
16 16
17 (defgroup dired nil 17 (defgroup dired nil
18 "Directory editing." 18 "Directory editing."
19 :group 'emacs) 19 :group 'environment)
20 20
21 (defcustom dired-do-highlighting t 21 (defcustom dired-do-highlighting t
22 "Set if we should use highlighting according to filetype." 22 "Set if we should use highlighting according to filetype."
23 :type 'boolean 23 :type 'boolean
24 :group 'dired) 24 :group 'dired)