diff options
| author | Glenn Morris | 2012-08-15 09:29:11 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-08-15 09:29:11 -0700 |
| commit | 2a1e24765bc3de7bf72e7117893307f6f6c441be (patch) | |
| tree | 95cbfdc4e94f4f7c899e2ceea99b771928e4937a /leim | |
| parent | eb424fe3d660eebd9b74dd5d2875e2e4b7b3307f (diff) | |
| download | emacs-2a1e24765bc3de7bf72e7117893307f6f6c441be.tar.gz emacs-2a1e24765bc3de7bf72e7117893307f6f6c441be.zip | |
Replace version 24.2 with 24.3 where appropriate (hopefully)
Diffstat (limited to 'leim')
| -rw-r--r-- | leim/quail/hangul.el | 2 | ||||
| -rw-r--r-- | leim/quail/uni-input.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/leim/quail/hangul.el b/leim/quail/hangul.el index c66c47b47fc..fd1dc0d2954 100644 --- a/leim/quail/hangul.el +++ b/leim/quail/hangul.el | |||
| @@ -532,7 +532,7 @@ HELP-TEXT is a text set in `hangul-input-method-help-text'." | |||
| 532 | 532 | ||
| 533 | (define-obsolete-function-alias | 533 | (define-obsolete-function-alias |
| 534 | 'hangul-input-method-inactivate | 534 | 'hangul-input-method-inactivate |
| 535 | 'hangul-input-method-deactivate "24.2") | 535 | 'hangul-input-method-deactivate "24.3") |
| 536 | 536 | ||
| 537 | (defun hangul-input-method-help () | 537 | (defun hangul-input-method-help () |
| 538 | "Describe the current Hangul input method." | 538 | "Describe the current Hangul input method." |
diff --git a/leim/quail/uni-input.el b/leim/quail/uni-input.el index 1cab31f83bb..7946c08e9e5 100644 --- a/leim/quail/uni-input.el +++ b/leim/quail/uni-input.el | |||
| @@ -114,7 +114,7 @@ While this input method is active, the variable | |||
| 114 | 114 | ||
| 115 | (define-obsolete-function-alias | 115 | (define-obsolete-function-alias |
| 116 | 'ucs-input-inactivate | 116 | 'ucs-input-inactivate |
| 117 | 'ucs-input-deactivate "24.2") | 117 | 'ucs-input-deactivate "24.3") |
| 118 | 118 | ||
| 119 | (defun ucs-input-help () | 119 | (defun ucs-input-help () |
| 120 | (interactive) | 120 | (interactive) |