diff options
Diffstat (limited to 'lisp/subr.el')
-rw-r--r-- | lisp/subr.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/subr.el b/lisp/subr.el index 1f6d5580bff..6629589d5ba 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1041,6 +1041,9 @@ to reread, so it now uses nil to mean `no event', instead of -1." (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) |