Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1ead7dbd
Commit
1ead7dbd
authored
Feb 13, 2013
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/emacs-lisp/package.el (package--initialized): Move before first use.
parent
5cbfe5b9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/emacs-lisp/package.el
lisp/emacs-lisp/package.el
+2
-2
No files found.
lisp/ChangeLog
View file @
1ead7dbd
2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/package.el (package--initialized): Move before first use.
2013-02-13 Jambunathan K <kjambunathan@gmail.com>
* icomplete.el (icomplete-hide-common-prefix): New user option.
...
...
lisp/emacs-lisp/package.el
View file @
1ead7dbd
...
...
@@ -735,6 +735,8 @@ It will move point to somewhere in the headers."
(
package--with-work-buffer
location
file
(
package-unpack
name
version
))))
(
defvar
package--initialized
nil
)
(
defun
package-installed-p
(
package
&optional
min-version
)
"Return true if PACKAGE, of MIN-VERSION or newer, is installed.
MIN-VERSION should be a version list."
...
...
@@ -896,8 +898,6 @@ using `package-compute-transaction'."
package-user-dir)
(package-activate elt (version-to-list v-string)))))
(defvar package--initialized nil)
;;;###autoload
(defun package-install (name)
"
Install
the
package
named
NAME.
...
...
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