Equivalent info added to its doc string, q.v.
2009-02-07 Eli Zaretskii <eliz@gnu.org>
+ * subr.el: Don't declare `translation-table-for-input' obsolete.
+ Equivalent info added to its doc string, q.v.
+
* files.el (save-buffer): Display "Saving file FOO..." message
regardless of buffer's size. (Bug#2137)
(defvaralias 'x-sent-selection-hooks 'x-sent-selection-functions)
(make-obsolete-variable 'x-sent-selection-hooks
'x-sent-selection-functions "22.1")
-;; This was introduced in 21.4 for pre-unicode unification and was rendered
-;; obsolete by the use of Unicode internally in 23.1.
-(make-obsolete-variable 'translation-table-for-input nil "23.1")
(defvaralias 'messages-buffer-max-lines 'message-log-max)