aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2005-11-20 07:51:30 +0000
committerJuri Linkov2005-11-20 07:51:30 +0000
commitc9393a612b5aeeefb98461e43f3c4b06e25ae999 (patch)
tree70fa79e193799487ecf4ff85b0a5dcf16b36bb35
parent695effccdfe78132059e054a85e9200b868e0621 (diff)
downloademacs-c9393a612b5aeeefb98461e43f3c4b06e25ae999.tar.gz
emacs-c9393a612b5aeeefb98461e43f3c4b06e25ae999.zip
Delete duplicate entry.
-rw-r--r--lisp/ChangeLog8
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
21382005-10-19 Stefan Monnier <monnier@iro.umontreal.ca> 21382005-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
21502005-10-19 Jay Belanger <belanger@truman.edu> 21422005-10-19 Jay Belanger <belanger@truman.edu>