Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4c814fd2
Commit
4c814fd2
authored
Oct 31, 2009
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(top-level): Move provide statement to end.
(pcmpl-rpm): Remove unused custom group.
parent
113b8dcc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/pcmpl-rpm.el
lisp/pcmpl-rpm.el
+4
-8
No files found.
lisp/ChangeLog
View file @
4c814fd2
2009-10-31 Glenn Morris <rgm@gnu.org>
* pcmpl-rpm.el (top-level): Move provide statement to end.
(pcmpl-rpm): Remove unused custom group.
* pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
* mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
...
...
lisp/pcmpl-rpm.el
View file @
4c814fd2
;;; pcmpl-rpm.el --- functions for dealing with rpm completions
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
;;
2005, 2006, 2007,
2008, 2009 Free Software Foundation, Inc.
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
2005, 2006, 2007,
;; 2008, 2009
Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
...
...
@@ -24,14 +24,8 @@
;;; Code:
(
provide
'pcmpl-rpm
)
(
require
'pcomplete
)
(
defgroup
pcmpl-rpm
nil
"Functions for dealing with rpm completions."
:group
'pcomplete
)
;; Functions:
(
defsubst
pcmpl-rpm-packages
()
...
...
@@ -324,5 +318,7 @@
(
t
(
error
"You must select a mode: -q, -i, -U, --verify, etc"
))))))
(
provide
'pcmpl-rpm
)
;; arch-tag: 4e64b490-fecf-430e-b2b9-70a8ad64b8c1
;;; pcmpl-rpm.el ends here
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment