# HG changeset patch # User Richard M. Stallman # Date 1150470729 0 # Node ID 7c41e181974ca6ddbc1bc8e351ce648efa4fe488 # Parent 030275d8610f556f6ad046baf7cda3cf530a9533 (custom-guess-name-alist): Recognize `-flag'. diff -r 030275d8610f -r 7c41e181974c lisp/cus-edit.el --- 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)