Mercurial > hg > xemacs-beta
comparison lisp/package-admin.el @ 237:89ec2bb86eea r20-5b17
Import from CVS: tag r20-5b17
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:15:03 +0200 |
parents | d44af0c54775 |
children | f220cc83d72e |
comparison
equal
deleted
inserted
replaced
236:78d3ccccee6d | 237:89ec2bb86eea |
---|---|
30 | 30 |
31 ;;; Code: | 31 ;;; Code: |
32 | 32 |
33 (require 'config) | 33 (require 'config) |
34 | 34 |
35 (defvar package-admin-xemacs (concat (config-value 'top_srcdir) | 35 (defvar package-admin-xemacs (concat invocation-directory invocation-name) |
36 "/src/xemacs") | |
37 "Location of XEmacs binary to use.") | 36 "Location of XEmacs binary to use.") |
38 | 37 |
39 (defvar package-admin-temp-buffer "*Package Output*" | 38 (defvar package-admin-temp-buffer "*Package Output*" |
40 "Temporary buffer where output of backend commands is saved.") | 39 "Temporary buffer where output of backend commands is saved.") |
41 | 40 |