Mercurial > emacs
diff lisp/ChangeLog @ 30719:fd7db1cf7adf
(make-bool-vector): Remove.
(regexp-opt-group): Use a list of chars for `letters'.
(regexp-opt-charset): `chars' is now a list of chars.
Use a char-table rather than a vector so it works for multibyte chars.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 09 Aug 2000 15:49:33 +0000 |
parents | 39957e672714 |
children | b81e74b4a7a6 |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Aug 09 15:28:06 2000 +0000 +++ b/lisp/ChangeLog Wed Aug 09 15:49:33 2000 +0000 @@ -1,5 +1,10 @@ 2000-08-09 Stefan Monnier <monnier@cs.yale.edu> + * emacs-lisp/regexp-opt.el (make-bool-vector): Remove. + (regexp-opt-group): Use a list of chars for `letters'. + (regexp-opt-charset): `chars' is now a list of chars. + Use a char-table rather than a vector so it works for multibyte chars. + * pcvs.el (cvs-menu): Don't move point. Use popup-menu. Set cvs-minor-current-files to the selected fileinfo. (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.