mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-31 20:02:42 +00:00
(custom-guess-name-alist): -alist variables should use the `alist' type.
Suggested by Drew Adams. Fixes: debbugs:3120
This commit is contained in:
parent
1d52da10bc
commit
5bedb26cb8
@ -1,5 +1,8 @@
|
||||
2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* cus-edit.el (custom-guess-name-alist): -alist variables should
|
||||
use the `alist' type (bug#3120). Suggested by Drew Adams.
|
||||
|
||||
* printing.el: Add documentation to all the `pr-toggle-' commands.
|
||||
|
||||
2011-07-11 Leo <sdl.web@gmail.com> (tiny change)
|
||||
|
@ -594,7 +594,7 @@ WIDGET is the widget to apply the filter entries of MENU on."
|
||||
("-function\\'" function)
|
||||
("-functions\\'" (repeat function))
|
||||
("-list\\'" (repeat sexp))
|
||||
("-alist\\'" (repeat (cons sexp sexp))))
|
||||
("-alist\\'" (alist :key-type sexp :value-type sexp)))
|
||||
"Alist of (MATCH TYPE).
|
||||
|
||||
MATCH should be a regexp matching the name of a symbol, and TYPE should
|
||||
|
Loading…
Reference in New Issue
Block a user