# HG changeset patch # User Juanma Barranquero # Date 1204893322 0 # Node ID c8c52bbafa767a1fed43790f37851abc457b8136 # Parent cb335afa065e3cc8326930f7e815865ca6613590 *** empty log message *** diff -r cb335afa065e -r c8c52bbafa76 lisp/ChangeLog --- a/lisp/ChangeLog Fri Mar 07 10:37:56 2008 +0000 +++ b/lisp/ChangeLog Fri Mar 07 12:35:22 2008 +0000 @@ -15,19 +15,19 @@ It looks like he anticipated the new name too, because he used `the-record' instead of `the-cell' for some internal variable names. - * lisp/bookmark.el + * bookmark.el (bookmark-make-record-function): Was `bookmark-make-cell-function'. (bookmark-make, bookmark-send-annotation): Update for above. - (bookmark-make-record-for-text-file): Was - `bookmark-make-cell-for-text-file. Fix doc string re rev 1.102. - - * lisp/info.el: Adjust accordingly. + (bookmark-make-record-for-text-file): + Was `bookmark-make-cell-for-text-file. Fix doc string re rev 1.102. + + * info.el: Adjust accordingly. (Info-bookmark-make-record): Was `Info-bookmark-make-cell'. - * lisp/image-mode.el: Adjust accordingly. + * image-mode.el: Adjust accordingly. (image-bookmark-make-record): Was `image-bookmark-make-cell'. - * lisp/doc-view.el: Adjust accordingly. + * doc-view.el: Adjust accordingly. (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'. 2008-03-07 Stefan Monnier