]> code.delx.au - gnu-emacs/blobdiff - lisp/international/isearch-x.el
Add a couple cells to lisp-prettify-symbols-alist
[gnu-emacs] / lisp / international / isearch-x.el
index 31f841d7b56da6c8a3d0a684f3cf198e3c3dfbd1..09d6d0a1d0b7565045e2b33603d2c620f15d900a 100644 (file)
@@ -1,6 +1,6 @@
 ;;; isearch-x.el --- extended isearch handling commands
 
-;; Copyright (C) 1997, 2001-2015 Free Software Foundation, Inc.
+;; Copyright (C) 1997, 2001-2016 Free Software Foundation, Inc.
 ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006, 2007, 2008, 2009, 2010, 2011
 ;;   National Institute of Advanced Industrial Science and Technology (AIST)
@@ -71,6 +71,7 @@
 
 (defun isearch-with-keyboard-coding ()
   (interactive)
+  ;; FIXME: What does this after-change-functions binding do here?
   (let ((after-change-functions '(isearch-exit-recursive-edit)))
     (recursive-edit))
   (exit-minibuffer))