aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorVibhav Pant2015-03-19 06:45:58 +0530
committerVibhav Pant2015-03-19 06:45:58 +0530
commitf469024eea692a163beb98a824b5cc0a4e8bcda8 (patch)
treeca960de8f4190552db79320fbc109c3355476442 /lisp/ChangeLog
parent611a4791a4499eaaa5d1d652e538485b7c15ff0b (diff)
downloademacs-f469024eea692a163beb98a824b5cc0a4e8bcda8.tar.gz
emacs-f469024eea692a163beb98a824b5cc0a4e8bcda8.zip
Use delete-char instead of delete-backward-char.
* lisp/leim/quail/hangul.el * lisp/progmodes/cperl-mode.el: Use delete-char instead of delete-backward-char, fixes compilation warnings.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index de940c304a9..e75f81ba75a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12015-03-19 Vibhav Pant <vibhavp@gmail.com>
2
3 * lisp/leim/quail/hangul.el
4 * lisp/progmodes/cperl-mode.el: Use delete-char instead of
5 delete-backward-char, fixes compilation warnings.
6
12015-03-18 Michael Albinus <michael.albinus@gmx.de> 72015-03-18 Michael Albinus <michael.albinus@gmx.de>
2 8
3 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat): 9 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):