# HG changeset patch # User Chong Yidong # Date 1207715325 0 # Node ID c3a6b4a9a15b97fa3fbc2e02bed5482cd5cb3c06 # Parent 5bd4e09f29d05890d2f2c6897b04dd53870cd692 * emacs-lisp/regexp-opt.el (regexp-opt-group): Use substring-no-properties for correct handling of unibyte strings. diff -r 5bd4e09f29d0 -r c3a6b4a9a15b lisp/ChangeLog --- a/lisp/ChangeLog Wed Apr 09 04:00:28 2008 +0000 +++ b/lisp/ChangeLog Wed Apr 09 04:28:45 2008 +0000 @@ -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.