emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp subr.el


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs/lisp subr.el
Date: Sat, 14 Feb 2009 09:06:56 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    09/02/14 09:06:56

Modified files:
        lisp           : subr.el 

Log message:
        (translation-table-for-input): Declare obsolete again.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/subr.el?cvsroot=emacs&r1=1.633&r2=1.634

Patches:
Index: subr.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/subr.el,v
retrieving revision 1.633
retrieving revision 1.634
diff -u -b -r1.633 -r1.634
--- subr.el     13 Feb 2009 15:14:57 -0000      1.633
+++ subr.el     14 Feb 2009 09:06:56 -0000      1.634
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]