/[emacs]/emacs/lisp/simple.el
ViewVC logotype

Diff of /emacs/lisp/simple.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.659 by eliz, Mon Sep 6 18:51:05 2004 UTC revision 1.660 by kfstorm, Sun Sep 12 18:52:03 2004 UTC
# Line 4297  to decide what to delete." Line 4297  to decide what to delete."
4297                   (not (equal buffer                   (not (equal buffer
4298                               (window-buffer (active-minibuffer-window))))))                               (window-buffer (active-minibuffer-window))))))
4299          (error "Minibuffer is not active for completion")          (error "Minibuffer is not active for completion")
4300          ;; Set buffer so buffer-local choose-completion-string-functions works.
4301          (set-buffer buffer)
4302        (unless (run-hook-with-args-until-success        (unless (run-hook-with-args-until-success
4303                 'choose-completion-string-functions                 'choose-completion-string-functions
4304                 choice buffer mini-p base-size)                 choice buffer mini-p base-size)
4305          ;; Insert the completion into the buffer where it was requested.          ;; Insert the completion into the buffer where it was requested.
         (set-buffer buffer)  
4306          (if base-size          (if base-size
4307              (delete-region (+ base-size (if mini-p              (delete-region (+ base-size (if mini-p
4308                                              (minibuffer-prompt-end)                                              (minibuffer-prompt-end)

Legend:
Removed from v.1.659  
changed lines
  Added in v.1.660

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26