(imenu-example--name-and-position): Fix obsolescence message.

This commit is contained in:
Glenn Morris 2009-08-21 07:36:41 +00:00
parent fff2897038
commit ce86eeb58e
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2009-08-21 Glenn Morris <rgm@gnu.org>
* imenu.el (imenu-example--name-and-position): Fix obsolescence message.
* obsolete/rnewspost.el (news-mail-reply):
Use goto-char rather than goto-line.

View file

@ -310,7 +310,8 @@ Don't move point."
(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