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

Diff of /emacs/lisp/pcomplete.el

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

revision 1.16 by lektu, Tue Apr 27 22:42:58 2004 UTC revision 1.17 by rms, Tue Oct 26 08:33:14 2004 UTC
# Line 347  modified to be an empty string, or the d Line 347  modified to be an empty string, or the d
347  ;;; User Functions:  ;;; User Functions:
348    
349  ;;;###autoload  ;;;###autoload
350  (defun pcomplete ()  (defun pcomplete (&optional interactively)
351    "Support extensible programmable completion.    "Support extensible programmable completion.
352  To use this function, just bind the TAB key to it, or add it to your  To use this function, just bind the TAB key to it, or add it to your
353  completion functions list (it should occur fairly early in the list)."  completion functions list (it should occur fairly early in the list)."
354    (interactive)    (interactive "p")
355    (if (and (interactive-p)    (if (and interactively
356             pcomplete-cycle-completions             pcomplete-cycle-completions
357             pcomplete-current-completions             pcomplete-current-completions
358             (memq last-command '(pcomplete             (memq last-command '(pcomplete

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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