diff options
Diffstat (limited to 'lisp/pcmpl-rpm.el')
-rw-r--r-- | lisp/pcmpl-rpm.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/pcmpl-rpm.el b/lisp/pcmpl-rpm.el index ae72e51ae55..f51208dbfab 100644 --- a/lisp/pcmpl-rpm.el +++ b/lisp/pcmpl-rpm.el @@ -1,4 +1,4 @@ -;;; pcmpl-rpm --- functions for dealing with rpm completions +;;; pcmpl-rpm.el --- functions for dealing with rpm completions ;; Copyright (C) 1999, 2000 Free Software Foundation @@ -324,6 +324,6 @@ You can use \\[eshell-report-bug] to do so." (pcomplete-dirs-or-entries "\\.tar\\'") (pcomplete-dirs-or-entries "\\.spec\\'")))))) (t - (error "You must select a mode: -q, -i, -U, --verify, etc.")))))) + (error "You must select a mode: -q, -i, -U, --verify, etc")))))) ;;; pcmpl-rpm.el ends here |