changeset 71368:7c41e181974c

(custom-guess-name-alist): Recognize `-flag'.
author Richard M. Stallman <rms@gnu.org>
date Fri, 16 Jun 2006 15:12:09 +0000
parents 030275d8610f
children 71f07d141fe2
files lisp/cus-edit.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cus-edit.el	Fri Jun 16 12:12:27 2006 +0000
+++ b/lisp/cus-edit.el	Fri Jun 16 15:12:09 2006 +0000
@@ -587,6 +587,7 @@
 
 (defcustom custom-guess-name-alist
   '(("-p\\'" boolean)
+    ("-flag\\'" boolean)
     ("-hook\\'" hook)
     ("-face\\'" face)
     ("-file\\'" file)