* lisp/bookmark.el: Add `defaults' property to the bookmark record.
commitce0fcefa27728a4e83e10962075c388c8a6da87a
authorJuri Linkov <juri@jurta.org>
Wed, 8 Aug 2012 08:48:57 +0000 (8 11:48 +0300)
committerJuri Linkov <juri@jurta.org>
Wed, 8 Aug 2012 08:48:57 +0000 (8 11:48 +0300)
tree5b5d479c062b457950a84f707b3333693d079993
parent53fa865294bada6c2c441f195211671d427bcd69
* lisp/bookmark.el: Add `defaults' property to the bookmark record.
(bookmark-current-buffer): Doc fix.
(bookmark-make-record): Add `defaults' property with default values
to the bookmark record.
(bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
with `bookmark-insert-current-bookmark'.
(bookmark-set): Get `defaults' property from the bookmark record
and use it in `read-from-minibuffer'.
(bookmark-insert-current-bookmark): Remove function.

* lisp/info.el (Info-bookmark-make-record): Add `defaults' property
with values of canonical Info node name, the current Info file name
and the current Info node name.

Fixes: debbugs:12107
lisp/ChangeLog
lisp/bookmark.el
lisp/info.el