emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/isearch.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/isearch.el,v
Date: Fri, 18 Apr 2008 10:29:23 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/04/18 10:29:23

Index: isearch.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/isearch.el,v
retrieving revision 1.315
retrieving revision 1.316
diff -u -b -r1.315 -r1.316
--- isearch.el  16 Mar 2008 17:44:11 -0000      1.315
+++ isearch.el  18 Apr 2008 10:29:23 -0000      1.316
@@ -1841,7 +1841,7 @@
   "Convert return into newline for incremental search."
   (interactive)
   (isearch-process-search-char ?\n))
-(make-obsolete 'isearch-return-char 'isearch-printing-char)
+(make-obsolete 'isearch-return-char 'isearch-printing-char "19.7")
 
 (defun isearch-printing-char ()
   "Add this ordinary printing character to the search string and search."




reply via email to

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