From 20e0e05f00e547ed2b5655fff9e5e5c1057ac4f7 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 29 Apr 2011 14:33:30 -0300 Subject: [PATCH] * pcomplete.el (pcomplete-std-complete): Fix last minute typo. --- lisp/pcomplete.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/pcomplete.el b/lisp/pcomplete.el index 5111e632c2f..2f5dcdfb5e8 100644 --- a/lisp/pcomplete.el +++ b/lisp/pcomplete.el @@ -545,7 +545,7 @@ Same as `pcomplete' but using the standard completion UI." ;; variables to parse args, so there's no point autoloading it. ;; ;;;###autoload (defun pcomplete-std-complete () - (let ((data pcomplete-completions-at-point)) + (let ((data (pcomplete-completions-at-point))) (completion-in-region (nth 0 data) (nth 1 data) (nth 2 data) (plist-get :predicate (nthcdr 3 data))))) -- 2.39.2