Skip to content

Commit

Permalink
package-from-single-buffer: Remove use of `inherit-package'.
Browse files Browse the repository at this point in the history
It was done away with after getting rid of the `elx-pkg' structure.

Signed-off-by: Dan Hackney <dan@haxney.org>
  • Loading branch information
haxney committed Jun 29, 2010
1 parent d3d87ee commit 0f01f7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.el
Expand Up @@ -1138,9 +1138,9 @@ find something useful."
BUF must be an Emacs Lisp source code file which is parseable by
`elx-package-metadata'."
(inherit-package (elx-package-metadata buf)
:archive 'manual
:type 'single))
(make-package (append (elx-package-metadata buf)
(list :archive 'manual
:type 'single))))

(defun package-type-from-buffer (buf)
"Determine the package type from the contents of BUF."
Expand Down

0 comments on commit 0f01f7b

Please sign in to comment.