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
9ffdd3ba
Commit
9ffdd3ba
authored
Jun 15, 2011
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
parent
cb581a67
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/pcmpl-rpm.el
lisp/pcmpl-rpm.el
+3
-3
No files found.
lisp/ChangeLog
View file @
9ffdd3ba
2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
* pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
* emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
* abbrev.el (define-abbrev-table): Don't add a table multiple times.
...
...
lisp/pcmpl-rpm.el
View file @
9ffdd3ba
...
...
@@ -313,9 +313,9 @@
(
if
(
pcomplete-match
"^-"
0
)
(
pcomplete-opt
"v"
)
(
pcomplete-here
(
if
(
eq
mode
'test
)
(
pcomplete-dirs-or-entries
"\\.tar\\'"
)
(
pcomplete-dirs-or-entries
"\\.spec\\'"
))))))
(
pcomplete-dirs-or-entries
(
if
(
eq
mode
'test
)
"\\.tar\\'"
"\\.spec\\'"
))))))
(
t
(
error
"You must select a mode: -q, -i, -U, --verify, etc"
))))))
...
...
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