Mercurial > emacs
diff lisp/ChangeLog @ 92688:0524053618bf
Add spurious * in docstrings.
(bookmark-minibuffer-read-name-map): New var.
(bookmark-set): Use it. Also pass the default value as it should.
(bookmark-send-edited-annotation): Take no chances with text properties.
(bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
(bookmark-insert-buffer-name): Remove.
(bookmark-buffer-file-name): Signal an error rather than returning nil.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 09 Mar 2008 21:01:54 +0000 |
parents | ed69107b8130 |
children | 570c098b116d |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Mar 09 20:16:12 2008 +0000 +++ b/lisp/ChangeLog Sun Mar 09 21:01:54 2008 +0000 @@ -1,3 +1,13 @@ +2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca> + + * bookmark.el: Add spurious * in docstrings. + (bookmark-minibuffer-read-name-map): New var. + (bookmark-set): Use it. Also pass the default value as it should. + (bookmark-send-edited-annotation): Take no chances with text properties. + (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name. + (bookmark-insert-buffer-name): Remove. + (bookmark-buffer-file-name): Signal an error rather than returning nil. + 2008-03-09 Thomas H$(Q)q(Bhn <xf27@arcor.de> (tiny change) * tutorial.el (tutorial--default-keys): Update `C-l' binding.