From: Richard M. Stallman Date: Fri, 16 Jun 2006 15:12:09 +0000 (+0000) Subject: (custom-guess-name-alist): Recognize `-flag'. X-Git-Tag: emacs-pretest-22.0.90~1938 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=11f0cdf824dbf91f8e77bf630bdb9131984f7120;p=emacs.git (custom-guess-name-alist): Recognize `-flag'. --- 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)