diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-07-15 19:53:53 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-07-15 19:53:53 +0000 |
commit | 60370d40737ecf92cec4ab75aa73d3ea9ed2d858 (patch) | |
tree | 29c0aec9d5f8e7af681d5ff1b49e72245067cf5c /lisp/pcmpl-rpm.el | |
parent | 715a2ca2fc1be26e8420f209c3440b90d687fec6 (diff) | |
download | emacs-60370d40737ecf92cec4ab75aa73d3ea9ed2d858.tar.gz |
Some fixes to follow coding conventions.
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 |