]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't declare `translation-table-for-input' obsolete.
authorEli Zaretskii <eliz@gnu.org>
Sat, 7 Feb 2009 10:47:10 +0000 (10:47 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 7 Feb 2009 10:47:10 +0000 (10:47 +0000)
Equivalent info added to its doc string, q.v.

lisp/ChangeLog
lisp/subr.el

index 9857fe591fec043881f4f3578e770f79a12d38ee..9c8d91dd618ee01f5b4a8836006843fdfdc30a71 100644 (file)
@@ -1,5 +1,8 @@
 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
 
+       * 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)
 
index 6a7b4ac54fffed9789d5b1761aecfe2793a4d41f..42447a4c28b7395d284777639b709274611672ba 100644 (file)
@@ -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)