diff options
| author | Eli Zaretskii | 2009-02-07 10:47:10 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-02-07 10:47:10 +0000 |
| commit | 23f467da2fe0e3d5ae4326e3de3d736fad2fe59d (patch) | |
| tree | 165dffdf92e39bf868bff70954fe47581ba46d18 | |
| parent | 86a3035294b4d9190a92d275573cca67d7c9ff2e (diff) | |
| download | emacs-23f467da2fe0e3d5ae4326e3de3d736fad2fe59d.tar.gz emacs-23f467da2fe0e3d5ae4326e3de3d736fad2fe59d.zip | |
Don't declare `translation-table-for-input' obsolete.
Equivalent info added to its doc string, q.v.
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/subr.el | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9857fe591fe..9c8d91dd618 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2009-02-07 Eli Zaretskii <eliz@gnu.org> | 1 | 2009-02-07 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * subr.el: Don't declare `translation-table-for-input' obsolete. | ||
| 4 | Equivalent info added to its doc string, q.v. | ||
| 5 | |||
| 3 | * files.el (save-buffer): Display "Saving file FOO..." message | 6 | * files.el (save-buffer): Display "Saving file FOO..." message |
| 4 | regardless of buffer's size. (Bug#2137) | 7 | regardless of buffer's size. (Bug#2137) |
| 5 | 8 | ||
diff --git a/lisp/subr.el b/lisp/subr.el index 6a7b4ac54ff..42447a4c28b 100644 --- a/lisp/subr.el +++ b/lisp/subr.el | |||
| @@ -1054,9 +1054,6 @@ to reread, so it now uses nil to mean `no event', instead of -1." | |||
| 1054 | (defvaralias 'x-sent-selection-hooks 'x-sent-selection-functions) | 1054 | (defvaralias 'x-sent-selection-hooks 'x-sent-selection-functions) |
| 1055 | (make-obsolete-variable 'x-sent-selection-hooks | 1055 | (make-obsolete-variable 'x-sent-selection-hooks |
| 1056 | 'x-sent-selection-functions "22.1") | 1056 | 'x-sent-selection-functions "22.1") |
| 1057 | ;; This was introduced in 21.4 for pre-unicode unification and was rendered | ||
| 1058 | ;; obsolete by the use of Unicode internally in 23.1. | ||
| 1059 | (make-obsolete-variable 'translation-table-for-input nil "23.1") | ||
| 1060 | 1057 | ||
| 1061 | (defvaralias 'messages-buffer-max-lines 'message-log-max) | 1058 | (defvaralias 'messages-buffer-max-lines 'message-log-max) |
| 1062 | 1059 | ||