# HG changeset patch # User Thien-Thi Nguyen # Date 1184605198 0 # Node ID 2d5f4f5607c1151dd838a0942954449199d16e82 # Parent fbf992fc24638dd3eb760fe571dd9d9be3d5aa0e *** empty log message *** diff -r fbf992fc2463 -r 2d5f4f5607c1 lisp/ChangeLog --- a/lisp/ChangeLog Mon Jul 16 16:57:45 2007 +0000 +++ b/lisp/ChangeLog Mon Jul 16 16:59:58 2007 +0000 @@ -6,11 +6,16 @@ 2007-07-16 Thien-Thi Nguyen + * bookmark.el (bookmark-maybe-sort-alist): Don't modify + bookmark-alist. Instead, if not sorting, simply return it. + (bookmark-bmenu-list): Call bookmark-maybe-sort-alist + for its return value, not for its side effect. + * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the case of alignment under a constant symbol, find and consider the sexp actually at indentation to be the "last sexp". -2007-07-13 Drew Adams +2007-07-16 Drew Adams * mouse.el (mouse-yank-secondary): Better error message if no secondary selection.