Mercurial > emacs
changeset 101852:d8b360318ab3
Don't declare `translation-table-for-input' obsolete.
Equivalent info added to its doc string, q.v.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 07 Feb 2009 10:45:17 +0000 |
parents | ca3a01ea9572 |
children | 1d09fcf5131b |
files | lisp/subr.el |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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)