diff options
| author | Stefan Monnier | 2008-03-09 21:01:54 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-03-09 21:01:54 +0000 |
| commit | fc22668d50f2c2d153fea1ec56cdb4f66a17370c (patch) | |
| tree | e35461b5c9b5cad86b8f2460736aa586f4142a93 /lisp/ChangeLog | |
| parent | 84f089d3fb26708efdab41f823e65af718bb6cf8 (diff) | |
| download | emacs-fc22668d50f2c2d153fea1ec56cdb4f66a17370c.tar.gz emacs-fc22668d50f2c2d153fea1ec56cdb4f66a17370c.zip | |
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.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e8fb07496a3..aa81a3d0780 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * bookmark.el: Add spurious * in docstrings. | ||
| 4 | (bookmark-minibuffer-read-name-map): New var. | ||
| 5 | (bookmark-set): Use it. Also pass the default value as it should. | ||
| 6 | (bookmark-send-edited-annotation): Take no chances with text properties. | ||
| 7 | (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name. | ||
| 8 | (bookmark-insert-buffer-name): Remove. | ||
| 9 | (bookmark-buffer-file-name): Signal an error rather than returning nil. | ||
| 10 | |||
| 1 | 2008-03-09 Thomas H$(Q)q(Bhn <xf27@arcor.de> (tiny change) | 11 | 2008-03-09 Thomas H$(Q)q(Bhn <xf27@arcor.de> (tiny change) |
| 2 | 12 | ||
| 3 | * tutorial.el (tutorial--default-keys): Update `C-l' binding. | 13 | * tutorial.el (tutorial--default-keys): Update `C-l' binding. |