diff options
| author | Tassilo Horn | 2008-03-12 15:01:09 +0000 |
|---|---|---|
| committer | Tassilo Horn | 2008-03-12 15:01:09 +0000 |
| commit | 3c1beeeb873317b0e0b1e12b66e1afec4836003e (patch) | |
| tree | 43d38837c526fea32c3be8f64991193f3a39a80a | |
| parent | 86903c81aefbcb7959b3facc117d8bc270ba5372 (diff) | |
| download | emacs-3c1beeeb873317b0e0b1e12b66e1afec4836003e.tar.gz emacs-3c1beeeb873317b0e0b1e12b66e1afec4836003e.zip | |
Fix next to last ChangeLog entry.
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 96e12e49f3b..bceadaa6d86 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | 13 | ||
| 14 | 2008-03-12 Tassilo Horn <tassilo@member.fsf.org> | 14 | 2008-03-12 Tassilo Horn <tassilo@member.fsf.org> |
| 15 | 15 | ||
| 16 | * lisp/doc-view.el (doc-view-doc->txt, doc-view-open-text) | 16 | * doc-view.el (doc-view-doc->txt, doc-view-open-text) |
| 17 | (doc-view-already-converted-p): New functions. | 17 | (doc-view-already-converted-p): New functions. |
| 18 | (doc-view-clear-cache): Don't recreate doc-view-cache-directory. | 18 | (doc-view-clear-cache): Don't recreate doc-view-cache-directory. |
| 19 | (doc-view-mode-map): Bind C-c C-t to doc-view-open-text. | 19 | (doc-view-mode-map): Bind C-c C-t to doc-view-open-text. |