diff options
| author | Richard M. Stallman | 2006-06-16 15:12:09 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-06-16 15:12:09 +0000 |
| commit | 11f0cdf824dbf91f8e77bf630bdb9131984f7120 (patch) | |
| tree | cdec5e163f3c429d2b439c192e2539d8465864ad /lisp | |
| parent | d692a3d5c580f15bc5968a034286922c1a1bf423 (diff) | |
| download | emacs-11f0cdf824dbf91f8e77bf630bdb9131984f7120.tar.gz emacs-11f0cdf824dbf91f8e77bf630bdb9131984f7120.zip | |
(custom-guess-name-alist): Recognize `-flag'.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/cus-edit.el | 1 |
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." | |||
| 587 | 587 | ||
| 588 | (defcustom custom-guess-name-alist | 588 | (defcustom custom-guess-name-alist |
| 589 | '(("-p\\'" boolean) | 589 | '(("-p\\'" boolean) |
| 590 | ("-flag\\'" boolean) | ||
| 590 | ("-hook\\'" hook) | 591 | ("-hook\\'" hook) |
| 591 | ("-face\\'" face) | 592 | ("-face\\'" face) |
| 592 | ("-file\\'" file) | 593 | ("-file\\'" file) |