From 11f0cdf824dbf91f8e77bf630bdb9131984f7120 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 16 Jun 2006 15:12:09 +0000 Subject: [PATCH] (custom-guess-name-alist): Recognize `-flag'. --- lisp/cus-edit.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 52f66038ea6..e700cd47d16 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -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) -- 2.39.5