diff options
| author | Richard M. Stallman | 2007-11-29 22:35:11 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-11-29 22:35:11 +0000 |
| commit | 023df4cfe39ec4ee699e882c3a2219ce9da5807d (patch) | |
| tree | 36422b401b537acfef6cd1edd22d2e4879c1282a /lisp/ChangeLog | |
| parent | ce1b7801e1320250c9bde1e2ace1db6ccd352179 (diff) | |
| download | emacs-023df4cfe39ec4ee699e882c3a2219ce9da5807d.tar.gz emacs-023df4cfe39ec4ee699e882c3a2219ce9da5807d.zip | |
(toggle-input-method-active): New var.
(toggle-input-method): Bind toggle-input-method-active to t.
Error if it was already non-nil.
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 3576d72bf1a..e94db35386c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2007-11-29 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * international/mule-cmds.el (toggle-input-method-active): New var. | ||
| 4 | (toggle-input-method): Bind toggle-input-method-active to t. | ||
| 5 | Error if it was already non-nil. | ||
| 6 | |||
| 1 | 2007-11-29 Glenn Morris <rgm@gnu.org> | 7 | 2007-11-29 Glenn Morris <rgm@gnu.org> |
| 2 | 8 | ||
| 3 | * calendar/time-date.el (with-decoded-time-value): Doc fix. | 9 | * calendar/time-date.el (with-decoded-time-value): Doc fix. |