and a flag which, if non-nil, means to set the style globally.
\(Interactively, the flag comes from the prefix argument.)
Available styles are GNU, K&R, BSD and Whitesmith."
- (interactive (list (completing-read "Use which C indentation style? "
- c-style-alist nil t)
+ (interactive (list (let ((completion-ignore-case t))
+ (completing-read "Use which C indentation style? "
+ c-style-alist nil t))
current-prefix-arg))
(let ((vars (cdr (assoc style c-style-alist))))
(or vars