Replace `delete' with `remove' in info.el.
authorJuri Linkov <juri@jurta.org>
Sat, 19 Nov 2011 20:14:56 +0000 (22:14 +0200)
committerJuri Linkov <juri@jurta.org>
Sat, 19 Nov 2011 20:14:56 +0000 (22:14 +0200)
commit645ca9cf3730a94481ff52b47d63f20852b15245
tree42f4d31179d45f4ef872d262f30c5b41de3e9961
parentdf754f6672e953b309538ad1ded72d2f3300f215
Replace `delete' with `remove' in info.el.

* lisp/info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
Use non-destructive `remove' instead of `delete' because
`Info-history-list' stored to `Info-isearch-initial-history-list' in
`Info-isearch-start' might need to be restored in `Info-isearch-end'.
lisp/ChangeLog
lisp/info.el