comparison lisp/ChangeLog @ 51305:5b999429df44

Remove bogus ChangeLog entry that didn't have a change to go with.
author Kai Großjohann <kgrossjo@eu.uu.net>
date Wed, 28 May 2003 20:08:47 +0000
parents 955ff3c53a87
children 6f6a567f5fde
comparison
equal deleted inserted replaced
51304:955ff3c53a87 51305:5b999429df44
113 113
114 2003-05-26 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> 114 2003-05-26 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net>
115 115
116 * bindings.el (global-map): Don't bind S-<backspace>. Too many 116 * bindings.el (global-map): Don't bind S-<backspace>. Too many
117 people hit it by mistake. 117 people hit it by mistake.
118
119 2003-05-23 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net>
120
121 * simple.el (kill-region): If nothing was killed, and the
122 previous command was not a kill, break kill sequence.
123 (kill-whole-line): Don't use kill-line. Make it work with
124 invisible lines. Make it repeatable.
125 From Luc Teirlinck <teirllm@dms.auburn.edu>.
126 118
127 2003-05-26 Andre Spiegel <spiegel@gnu.org> 119 2003-05-26 Andre Spiegel <spiegel@gnu.org>
128 120
129 * vc.el (vc-delete-file): Fix free variable reference. 121 * vc.el (vc-delete-file): Fix free variable reference.
130 (vc-annotate-display): Remove obsolesence declaration; it isn't 122 (vc-annotate-display): Remove obsolesence declaration; it isn't