# HG changeset patch # User Glenn Morris # Date 1250840201 0 # Node ID 03262c903016f73719638d70011a53fc8a97592e # Parent 395f430854da363cc7018e183a705c437c178847 (imenu-example--name-and-position): Fix obsolescence message. diff -r 395f430854da -r 03262c903016 lisp/ChangeLog --- a/lisp/ChangeLog Fri Aug 21 07:34:18 2009 +0000 +++ b/lisp/ChangeLog Fri Aug 21 07:36:41 2009 +0000 @@ -1,5 +1,7 @@ 2009-08-21 Glenn Morris + * imenu.el (imenu-example--name-and-position): Fix obsolescence message. + * obsolete/rnewspost.el (news-mail-reply): Use goto-char rather than goto-line. diff -r 395f430854da -r 03262c903016 lisp/imenu.el --- a/lisp/imenu.el Fri Aug 21 07:34:18 2009 +0000 +++ b/lisp/imenu.el Fri Aug 21 07:36:41 2009 +0000 @@ -310,7 +310,8 @@ (end (progn (forward-sexp) (point)))) (cons (buffer-substring beg end) beg)))) -(make-obsolete 'imenu-example--name-and-position "your own" "23.2") +(make-obsolete 'imenu-example--name-and-position + "use your own function instead." "23.2") ;;; ;;; Lisp