diff options
| author | Juri Linkov | 2005-11-20 07:51:30 +0000 |
|---|---|---|
| committer | Juri Linkov | 2005-11-20 07:51:30 +0000 |
| commit | c9393a612b5aeeefb98461e43f3c4b06e25ae999 (patch) | |
| tree | 70fa79e193799487ecf4ff85b0a5dcf16b36bb35 | |
| parent | 695effccdfe78132059e054a85e9200b868e0621 (diff) | |
| download | emacs-c9393a612b5aeeefb98461e43f3c4b06e25ae999.tar.gz emacs-c9393a612b5aeeefb98461e43f3c4b06e25ae999.zip | |
Delete duplicate entry.
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d4e96182fcc..76e7bad9fa7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -2137,14 +2137,6 @@ | |||
| 2137 | 2137 | ||
| 2138 | 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca> | 2138 | 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2139 | 2139 | ||
| 2140 | * simple.el (eval-expression-print-format): Put the char-string | ||
| 2141 | inside the parenthesis, like the other alternative notations. | ||
| 2142 | (kill-new): Use push. | ||
| 2143 | (copy-to-buffer): Use with-current-buffer. | ||
| 2144 | (completion-setup-function): Simplify. | ||
| 2145 | (minibuffer-local-must-match-map): Don't add redundant bindings which | ||
| 2146 | are already present in its parent (minibuffer-local-completion-map). | ||
| 2147 | |||
| 2148 | * savehist.el (savehist-coding-system): Revert to checking XEmacs. | 2140 | * savehist.el (savehist-coding-system): Revert to checking XEmacs. |
| 2149 | 2141 | ||
| 2150 | 2005-10-19 Jay Belanger <belanger@truman.edu> | 2142 | 2005-10-19 Jay Belanger <belanger@truman.edu> |