Index: /trunk/source/cocoa-ide/cocoa-editor.lisp
===================================================================
--- /trunk/source/cocoa-ide/cocoa-editor.lisp	(revision 12855)
+++ /trunk/source/cocoa-ide/cocoa-editor.lisp	(revision 12856)
@@ -2202,5 +2202,5 @@
     0))
 
-(defun hemlock-ext::invoke-allowing-buffer-display (buffer thunk)
+(defun hemlock-ext:invoke-allowing-buffer-display (buffer thunk)
   ;; Call THUNK with the buffer's edit-level at 0, then restore the buffer's edit level.
   (let* ((level (hi::buffer-edit-level buffer)))
Index: /trunk/source/cocoa-ide/hemlock/src/macros.lisp
===================================================================
--- /trunk/source/cocoa-ide/hemlock/src/macros.lisp	(revision 12855)
+++ /trunk/source/cocoa-ide/hemlock/src/macros.lisp	(revision 12856)
@@ -90,5 +90,5 @@
 ;; layout, etc.)  Call thunk, and maybe restore the editing state after.
 (defmacro allowing-buffer-display ((buffer) &body body)
-  `(hemlock-ext::invoke-allowing-buffer-display ,buffer (lambda () ,@body)))
+  `(hemlock-ext:invoke-allowing-buffer-display ,buffer (lambda () ,@body)))
 
 
Index: /trunk/source/cocoa-ide/hemlock/src/package.lisp
===================================================================
--- /trunk/source/cocoa-ide/hemlock/src/package.lisp	(revision 12855)
+++ /trunk/source/cocoa-ide/hemlock/src/package.lisp	(revision 12856)
@@ -362,4 +362,5 @@
   (:export
    #:invoke-modifying-buffer-storage
+   #:invoke-allowing-buffer-redisplay
    #:note-selection-set-by-search
    #:scroll-view
