emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/complete.el
Date: Mon, 28 Mar 2005 14:33:46 -0500

Index: emacs/lisp/complete.el
diff -c emacs/lisp/complete.el:1.42 emacs/lisp/complete.el:1.43
*** emacs/lisp/complete.el:1.42 Fri Mar 25 09:49:00 2005
--- emacs/lisp/complete.el      Mon Mar 28 19:33:45 2005
***************
*** 937,948 ****
         ((not completion-table) nil)
         ((eq action nil) (try-completion str2 completion-table nil))
         ((eq action t) (all-completions str2 completion-table nil))
!        ((eq action 'lambda)
!         (eq (try-completion str2 completion-table nil) t))))
      (funcall PC-old-read-file-name-internal string dir action)))
  
  
  (provide 'complete)
  
! ;;; arch-tag: fc7e2768-ff44-4e22-b579-4d825b968458
  ;;; complete.el ends here
--- 937,947 ----
         ((not completion-table) nil)
         ((eq action nil) (try-completion str2 completion-table nil))
         ((eq action t) (all-completions str2 completion-table nil))
!        ((eq action 'lambda) (test-completion str2 completion-table nil))))
      (funcall PC-old-read-file-name-internal string dir action)))
  
  
  (provide 'complete)
  
! ;; arch-tag: fc7e2768-ff44-4e22-b579-4d825b968458
  ;;; complete.el ends here




reply via email to

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