]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-guess-name-alist): Recognize `-flag'.
authorRichard M. Stallman <rms@gnu.org>
Fri, 16 Jun 2006 15:12:09 +0000 (15:12 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 16 Jun 2006 15:12:09 +0000 (15:12 +0000)
lisp/cus-edit.el

index 52f66038ea6d3694302476818944964c9955337c..e700cd47d1608af70f99ae0b94116a4765f7b8e6 100644 (file)
@@ -587,6 +587,7 @@ WIDGET is the widget to apply the filter entries of MENU on."
 
 (defcustom custom-guess-name-alist
   '(("-p\\'" boolean)
+    ("-flag\\'" boolean)
     ("-hook\\'" hook)
     ("-face\\'" face)
     ("-file\\'" file)