bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#3120: 23.0.92; custom-guess-alist should use type `alist' for alists


From: Drew Adams
Subject: bug#3120: 23.0.92; custom-guess-alist should use type `alist' for alists
Date: Sun, 26 Apr 2009 12:27:42 -0700

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)'
 







reply via email to

[Prev in Thread] Current Thread [Next in Thread]