diff options
| author | René Kyllingstad | 2012-07-17 12:17:23 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-07-17 12:17:23 +0800 |
| commit | ddfc8813451b43f1cdb06fd07a47123b9f92bd70 (patch) | |
| tree | 88fc0e2b4bfbf9cd675f569e07e6b5fd6f6552fa /src/ChangeLog | |
| parent | 7c26cf3ccd4ea49d42c2b3d21e59330143085f17 (diff) | |
| download | emacs-ddfc8813451b43f1cdb06fd07a47123b9f92bd70.tar.gz emacs-ddfc8813451b43f1cdb06fd07a47123b9f92bd70.zip | |
Make insert-char interactive, and ucs-insert an obsolete alias for it.
* lisp/international/mule-cmds.el (ucs-insert): Make it an obsolete
alias for insert-char.
* editfns.c (Finsert_char): Make it interactive, and make the second
arg optional. Copy interactive spec and docstring from ucs-insert.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9949c65ba71..4a77507e557 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change) | ||
| 2 | |||
| 3 | * editfns.c (Finsert_char): Make it interactive, and make the | ||
| 4 | second arg optional. Copy interactive spec and docstring from | ||
| 5 | ucs-insert. | ||
| 6 | |||
| 1 | 2012-07-17 Paul Eggert <eggert@cs.ucla.edu> | 7 | 2012-07-17 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 8 | ||
| 3 | * floatfns.c (Fabs): Do not wrap fabs inside IN_FLOAT (Bug#11913). | 9 | * floatfns.c (Fabs): Do not wrap fabs inside IN_FLOAT (Bug#11913). |