From: Eli Zaretskii Date: Sat, 7 Feb 2009 10:47:10 +0000 (+0000) Subject: Don't declare `translation-table-for-input' obsolete. X-Git-Tag: emacs-pretest-23.0.91~365 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=23f467da2fe0e3d5ae4326e3de3d736fad2fe59d;p=emacs.git Don't declare `translation-table-for-input' obsolete. Equivalent info added to its doc string, q.v. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9857fe591fe..9c8d91dd618 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2009-02-07 Eli Zaretskii + * subr.el: Don't declare `translation-table-for-input' obsolete. + Equivalent info added to its doc string, q.v. + * files.el (save-buffer): Display "Saving file FOO..." message regardless of buffer's size. (Bug#2137) diff --git a/lisp/subr.el b/lisp/subr.el index 6a7b4ac54ff..42447a4c28b 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1054,9 +1054,6 @@ 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)