emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/pcomplete.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/pcomplete.el [emacs-unicode-2]
Date: Wed, 27 Oct 2004 02:06:11 -0400

Index: emacs/lisp/pcomplete.el
diff -c emacs/lisp/pcomplete.el:1.13.6.2 emacs/lisp/pcomplete.el:1.13.6.3
*** emacs/lisp/pcomplete.el:1.13.6.2    Mon Jun 28 07:28:44 2004
--- emacs/lisp/pcomplete.el     Wed Oct 27 05:42:00 2004
***************
*** 347,358 ****
  ;;; User Functions:
  
  ;;;###autoload
! (defun pcomplete ()
    "Support extensible programmable completion.
  To use this function, just bind the TAB key to it, or add it to your
  completion functions list (it should occur fairly early in the list)."
!   (interactive)
!   (if (and (interactive-p)
           pcomplete-cycle-completions
           pcomplete-current-completions
           (memq last-command '(pcomplete
--- 347,358 ----
  ;;; User Functions:
  
  ;;;###autoload
! (defun pcomplete (&optional interactively)
    "Support extensible programmable completion.
  To use this function, just bind the TAB key to it, or add it to your
  completion functions list (it should occur fairly early in the list)."
!   (interactive "p")
!   (if (and interactively
           pcomplete-cycle-completions
           pcomplete-current-completions
           (memq last-command '(pcomplete




reply via email to

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