bug#3120: 23.0.92; custom-guess-alist should use type `alist' for alists
"Drew Adams" <[email protected]>
| Newsgroups | gmane.emacs.bugs,gmane.emacs.pretest.bugs |
|---|---|
| Message-ID | <[email protected]> |
I think (not sure nothing would break) that custom-guess-alist should
have this for alists:
("-alist\\'" (alist :key-type sexp :value-type sexp))
instead of what it currently has:
("-alist\\'" (repeat (cons sexp sexp)))
Presumably, the value in use was written before type `alist' was available.
In GNU Emacs 23.0.92.1 (i386-mingw-nt5.1.2600)
of 2009-03-30 on SOFT-MJASON
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4)'