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
cb8759ca
Commit
cb8759ca
authored
Aug 24, 2010
by
Chong Yidong
Browse files
* emacs-lisp/package.el (list-packages): Alias for package-list-packages.
parent
be7748e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/emacs-lisp/package.el
lisp/emacs-lisp/package.el
+3
-0
No files found.
lisp/ChangeLog
View file @
cb8759ca
2010-08-24 Chong Yidong <cyd@stupidchicken.com>
* emacs-lisp/package.el (list-packages): Alias for
package-list-packages.
2010-08-24 Kevin Ryde <user42@zip.com.au>
* textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
...
...
lisp/emacs-lisp/package.el
View file @
cb8759ca
...
...
@@ -1557,6 +1557,9 @@ The list is displayed in a buffer named `*Packages*'."
(
package-refresh-contents
)
(
package--list-packages
))
;;;###autoload
(
defalias
'list-packages
'package-list-packages
)
(
defun
package-list-packages-no-fetch
()
"Display a list of packages.
Does not fetch the updated list of packages before displaying.
...
...
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