1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Don't declare `translation-table-for-input' obsolete.

Equivalent info added to its doc string, q.v.
This commit is contained in:
Eli Zaretskii 2009-02-07 10:47:10 +00:00
parent 86a3035294
commit 23f467da2f
2 changed files with 3 additions and 3 deletions

View 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)

View 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)