From: Chong Yidong Date: Wed, 9 Apr 2008 04:28:45 +0000 (+0000) Subject: * emacs-lisp/regexp-opt.el (regexp-opt-group): Use X-Git-Tag: emacs-pretest-23.0.90~6410 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2d9653c4985e398950e3cee47878f9d5903fd016;p=emacs.git * emacs-lisp/regexp-opt.el (regexp-opt-group): Use substring-no-properties for correct handling of unibyte strings. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b1f42ad3c28..7bde99394ec 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-04-09 Chong Yidong + + * emacs-lisp/regexp-opt.el (regexp-opt-group): Use + substring-no-properties for correct handling of unibyte strings. + 2008-04-09 Stefan Monnier * add-log.el (change-log-next-buffer): Handle the case where version< @@ -10,6 +15,7 @@ (mouse-popup-menubar-stuff): Use them. (C-down-mouse-3): Bind to a dynamic map rather than to mouse-popup-menubar-stuff. + * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.