comparison lisp/isearch.el @ 97043:9592c50233ab remove-carbon

Remove support for Mac Carbon. * mactoolbox.c: * macterm.h: * macterm.c: * macselect.c: * macmenu.c: * macgui.h: * macfns.c: * mac.c: Remove file. * s/darwin.h: * m/intel386.h: * xfaces.c: * xdisp.c: * window.c: * tparam.c: * termhooks.h: * termcap.c: * term.c: * syssignal.h: * sysselect.h: * sysdep.c: * process.c: * lread.c: * lisp.h: * keyboard.c: * image.c: * fringe.c: * frame.h: * frame.c: * fontset.c: * font.h: * font.c: * fns.c: * fileio.c: * emacs.c: * dispnew.c: * dispextern.h: * config.in: * atimer.c: * Makefile.in: Remove code for Carbon * erc.el: Remove code for Carbon. Remove support for Mac Carbon. * term/mac-win.el: Remove file * international/mule-cmds.el: * version.el: * startup.el: * simple.el: * mwheel.el: * mouse.el: * loadup.el: * isearch.el: * info.el: * frame.el: * faces.el: * disp-table.el: * cus-start.el: * cus-face.el: * cus-edit.el: * Makefile.in: Remove code for Carbon. Remove support for Mac Carbon. * makefile.w32-in: * emacsclient.c: Remove code for Carbon. * PROBLEMS: * MACHINES: Remove mentions of Mac Carbon. * ns-emacs.texi: * faq.texi: Remove mentions of Mac Carbon. * os.texi: * frames.texi: * display.texi: Remove mentions of Mac Carbon. * xresources.texi: Remove mentions of Mac Carbon. * make-tarball.txt: * admin.el: * FOR-RELEASE: * CPP-DEFINES: Remove mentions of Mac Carbon. Remove support for Mac Carbon. * mac: Remove directory. * make-dist: * configure.in: * README: * Makefile.in: * INSTALL: Remove code for Carbon. * configure: Regenerate.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 27 Jul 2008 18:24:48 +0000
parents db8569cf5705
children f48704406cca
comparison
equal deleted inserted replaced
97042:0ac199626cb9 97043:9592c50233ab
1665 1665
1666 ;; Set the isearch-scroll property on some standard functions: 1666 ;; Set the isearch-scroll property on some standard functions:
1667 ;; Scroll-bar functions: 1667 ;; Scroll-bar functions:
1668 (if (fboundp 'scroll-bar-toolkit-scroll) 1668 (if (fboundp 'scroll-bar-toolkit-scroll)
1669 (put 'scroll-bar-toolkit-scroll 'isearch-scroll t)) 1669 (put 'scroll-bar-toolkit-scroll 'isearch-scroll t))
1670 (if (fboundp 'mac-handle-scroll-bar-event)
1671 (put 'mac-handle-scroll-bar-event 'isearch-scroll t))
1672 (if (fboundp 'w32-handle-scroll-bar-event) 1670 (if (fboundp 'w32-handle-scroll-bar-event)
1673 (put 'w32-handle-scroll-bar-event 'isearch-scroll t)) 1671 (put 'w32-handle-scroll-bar-event 'isearch-scroll t))
1674 1672
1675 ;; Commands which scroll the window: 1673 ;; Commands which scroll the window:
1676 (put 'recenter 'isearch-scroll t) 1674 (put 'recenter 'isearch-scroll t)