diff options
| author | Vibhav Pant | 2015-03-19 06:45:58 +0530 |
|---|---|---|
| committer | Vibhav Pant | 2015-03-19 06:45:58 +0530 |
| commit | f469024eea692a163beb98a824b5cc0a4e8bcda8 (patch) | |
| tree | ca960de8f4190552db79320fbc109c3355476442 /lisp/ChangeLog | |
| parent | 611a4791a4499eaaa5d1d652e538485b7c15ff0b (diff) | |
| download | emacs-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/ChangeLog | 6 |
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 @@ | |||
| 1 | 2015-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 | |||
| 1 | 2015-03-18 Michael Albinus <michael.albinus@gmx.de> | 7 | 2015-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): |