# HG changeset patch # User Eli Zaretskii # Date 1234602416 0 # Node ID 5ff1f67594ee3b7eec38eed713ec2bfc1ee34b37 # Parent 7a9e5d67e10209a763f6ef99ee796b8c358b21da (translation-table-for-input): Declare obsolete again. diff -r 7a9e5d67e102 -r 5ff1f67594ee lisp/subr.el --- a/lisp/subr.el Sat Feb 14 09:06:30 2009 +0000 +++ b/lisp/subr.el Sat Feb 14 09:06:56 2009 +0000 @@ -1055,6 +1055,12 @@ (make-obsolete-variable 'x-sent-selection-hooks 'x-sent-selection-functions "22.1") +;; This was introduced in 21.4 for pre-unicode unification. That +;; usage was rendered obsolete in 23.1 which uses Unicode internally. +;; Other uses are possible, so this variable is not _really_ obsolete, +;; but Stefan insists to mark it so. +(make-obsolete-variable 'translation-table-for-input nil "23.1") + (defvaralias 'messages-buffer-max-lines 'message-log-max) ;; These aliases exist in Emacs 19.34, and probably before, but were