Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ac0f82ef
Commit
ac0f82ef
authored
Mar 14, 2014
by
Glenn Morris
Browse files
* lisp/finder.el (finder-list-matches): Include unversioned packages
in the result of a keyword search.
parent
e94807f0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/finder.el
lisp/finder.el
+2
-1
No files found.
lisp/ChangeLog
View file @
ac0f82ef
2014-03-14 Glenn Morris <rgm@gnu.org>
* finder.el (finder-list-matches): Include unversioned packages
in the result of a keyword search.
* finder.el (finder--builtins-descriptions): New constant.
(finder-compile-keywords): Use finder--builtins-descriptions.
...
...
lisp/finder.el
View file @
ac0f82ef
...
...
@@ -353,7 +353,8 @@ not `finder-known-keywords'."
(packages (gethash id finder-keywords-hash)))
(unless packages
(error "
No
packages
matching
key
`
%s
'
" key))
(package-show-package-list packages)))
(let ((package-list-unversioned t))
(package-show-package-list packages))))
(define-button-type 'finder-xref 'action #'finder-goto-xref)
...
...
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