# HG changeset patch # User Eli Zaretskii # Date 1234003517 0 # Node ID d8b360318ab38364fbe609ce64a2d4a1fb940e87 # Parent ca3a01ea957268d1b843fb9fc939742b6536762d Don't declare `translation-table-for-input' obsolete. Equivalent info added to its doc string, q.v. diff -r ca3a01ea9572 -r d8b360318ab3 lisp/subr.el --- a/lisp/subr.el Sat Feb 07 10:25:06 2009 +0000 +++ b/lisp/subr.el Sat Feb 07 10:45:17 2009 +0000 @@ -1054,9 +1054,6 @@ (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)