Mercurial > emacs
changeset 102032:5ff1f67594ee
(translation-table-for-input): Declare obsolete again.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 14 Feb 2009 09:06:56 +0000 |
parents | 7a9e5d67e102 |
children | 4daf530ddfb0 |
files | lisp/subr.el |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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