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 /etc | |
| 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 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -140,6 +140,9 @@ invokes `set-buffer-file-coding-system'. | |||
| 140 | ** Setting `enable-remote-dir-locals' to non-nil allows directory | 140 | ** Setting `enable-remote-dir-locals' to non-nil allows directory |
| 141 | local variables on remote hosts. | 141 | local variables on remote hosts. |
| 142 | 142 | ||
| 143 | ** `insert-char' is now a command, and `ucs-insert' an obsolete alias | ||
| 144 | for it. | ||
| 145 | |||
| 143 | 146 | ||
| 144 | * Editing Changes in Emacs 24.2 | 147 | * Editing Changes in Emacs 24.2 |
| 145 | 148 | ||