mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 18:37:33 +00:00
(imenu-example--name-and-position): Fix obsolescence message.
This commit is contained in:
parent
fff2897038
commit
ce86eeb58e
2 changed files with 4 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue