diff options
| -rw-r--r-- | lisp/pcmpl-gnu.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/pcmpl-gnu.el b/lisp/pcmpl-gnu.el index 098aa3d5fe1..d7c5b381d29 100644 --- a/lisp/pcmpl-gnu.el +++ b/lisp/pcmpl-gnu.el | |||
| @@ -118,7 +118,7 @@ | |||
| 118 | Return the new list." | 118 | Return the new list." |
| 119 | (goto-char (point-min)) | 119 | (goto-char (point-min)) |
| 120 | (while (re-search-forward | 120 | (while (re-search-forward |
| 121 | "^\\s-*\\([^\n#%.$][^:=\n]*\\)\\s-*:[^=]" nil t) | 121 | "^\\([^\t\n#%.$][^:=\n]*\\)\\s-*:[^=]" nil t) |
| 122 | (setq targets (nconc (split-string (match-string-no-properties 1)) | 122 | (setq targets (nconc (split-string (match-string-no-properties 1)) |
| 123 | targets))) | 123 | targets))) |
| 124 | targets) | 124 | targets) |