projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fff2897
)
(imenu-example--name-and-position): Fix obsolescence message.
author
Glenn Morris
<rgm@gnu.org>
Fri, 21 Aug 2009 07:36:41 +0000
(07:36 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Fri, 21 Aug 2009 07:36:41 +0000
(07:36 +0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/imenu.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 67d416c8adaa9f4ef34e8cbc54bedc9920f99c72..67732dd25324a639609d75a1ef9b5627a523e972 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-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.
diff --git
a/lisp/imenu.el
b/lisp/imenu.el
index 01bb422cedde6fb7c8a6900ce6db6be3e5789ec2..a1707f3ca6163bd91bf9aa6fb33d65f7e0ec7025 100644
(file)
--- a/
lisp/imenu.el
+++ b/
lisp/imenu.el
@@
-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