(custom-guess-name-alist): Recognize `-flag'.

This commit is contained in:
Richard M. Stallman 2006-06-16 15:12:09 +00:00
parent d692a3d5c5
commit 11f0cdf824

View 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)