aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorThierry Volpiatto2013-03-11 14:30:49 -0400
committerStefan Monnier2013-03-11 14:30:49 -0400
commitc6bdd1107112f2eaf0bfb0964f2aeb636d6389c8 (patch)
treeb153b76878472669e90c12f3b1fcf2e04ad7c4aa /lisp/ChangeLog
parentbd3921f0b884011ff267faf3a2301b3653a9f20f (diff)
downloademacs-c6bdd1107112f2eaf0bfb0964f2aeb636d6389c8.tar.gz
emacs-c6bdd1107112f2eaf0bfb0964f2aeb636d6389c8.zip
* lisp/net/net-utils.el (net-utils-remove-ctrl-m-filter):
Use with-current-buffer and don't move point. (net-utils-run-simple): Remove useless code. (net-utils-remove-ctl-m): Remove unused custom.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0361e5af0aa..bdfa6ae25ac 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2
3 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
4 Use with-current-buffer and don't move point.
5 (net-utils-run-simple): Remove useless code.
6 (net-utils-remove-ctl-m): Remove unused custom.
7
12013-03-11 Per Starbäck <starback@stp.lingfil.uu.se> 82013-03-11 Per Starbäck <starback@stp.lingfil.uu.se>
2 9
3 * international/characters.el (glyphless-set-char-table-range): New fun. 10 * international/characters.el (glyphless-set-char-table-range): New fun.