summaryrefslogtreecommitdiff
blob: 71b6e96320253a40c104e4bf958f6dc4d1c4aafe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
http://lists.gnu.org/archive/html/bug-bash/2009-02/msg00142.html

*** ../bash-4.0/pcomplete.c	2009-02-01 17:12:31.000000000 -0500
--- pcomplete.c	2009-02-22 17:08:25.000000000 -0500
***************
*** 1033,1036 ****
--- 1033,1037 ----
  
    pps = &ps;
+   save_parser_state (pps);
    begin_unwind_frame ("gen-shell-function-matches");
    add_unwind_protect (restore_parser_state, (char *)pps);