emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/simple.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Tue, 16 Jul 2002 09:38:20 -0400

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.557 emacs/lisp/simple.el:1.558
*** emacs/lisp/simple.el:1.557  Thu Jul  4 09:36:12 2002
--- emacs/lisp/simple.el        Tue Jul 16 09:38:19 2002
***************
*** 3816,3822 ****
  (defun choose-completion-string (choice &optional buffer base-size)
    "Switch to BUFFER and insert the completion choice CHOICE.
  BASE-SIZE, if non-nil, says how many characters of BUFFER's text
! to keep.  If it is nil, use choose-completion-delete-max-match instead."
  
    ;; If BUFFER is the minibuffer, exit the minibuffer
    ;; unless it is reading a file name and CHOICE is a directory,
--- 3816,3823 ----
  (defun choose-completion-string (choice &optional buffer base-size)
    "Switch to BUFFER and insert the completion choice CHOICE.
  BASE-SIZE, if non-nil, says how many characters of BUFFER's text
! to keep.  If it is nil, we call `choose-completion-delete-max-match'
! to decide what to delete."
  
    ;; If BUFFER is the minibuffer, exit the minibuffer
    ;; unless it is reading a file name and CHOICE is a directory,



reply via email to

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