summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2006-06-16 15:12:09 +0000
committerRichard M. Stallman <rms@gnu.org>2006-06-16 15:12:09 +0000
commit39e8f1358f719c6529942ea980da082be4826461 (patch)
treec90bd9c706ca3a51980ad8174317df106e550d8f
parentd0f13c4427e44937ab5678812f1c83cd105962da (diff)
downloademacs-39e8f1358f719c6529942ea980da082be4826461.tar.gz
(custom-guess-name-alist): Recognize `-flag'.
-rw-r--r--lisp/cus-edit.el1
1 files changed, 1 insertions, 0 deletions
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)