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, 07 Feb 2009 10:45:18 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    09/02/07 10:45:18

Modified files:
        lisp           : subr.el 

Log message:
        Don't declare `translation-table-for-input' obsolete.
        Equivalent info added to its doc string, q.v.

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

Patches:
Index: subr.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/subr.el,v
retrieving revision 1.631
retrieving revision 1.632
diff -u -b -r1.631 -r1.632
--- subr.el     12 Jan 2009 20:34:51 -0000      1.631
+++ subr.el     7 Feb 2009 10:45:17 -0000       1.632
@@ -1054,9 +1054,6 @@
 (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)
 




reply via email to

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