projects
/
elisp
/
apel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e88c99
)
(install-detect-elisp-directory): Avoid problem if prefix of an emacs
author
morioka
<morioka>
Thu, 24 Dec 1998 08:34:44 +0000
(08:34 +0000)
committer
morioka
<morioka>
Thu, 24 Dec 1998 08:34:44 +0000
(08:34 +0000)
has its version.
install.el
patch
|
blob
|
history
diff --git
a/install.el
b/install.el
index
f5a0d4e
..
c83d260
100644
(file)
--- a/
install.el
+++ b/
install.el
@@
-170,7
+170,7
@@
(while (setq dir (car rest))
(if (string-match pat dir)
(if (or allow-version-specific
- (not (string-match (format "%d\\.%d"
+ (not (string-match (format "/%d\\.%d"
emacs-major-version
emacs-minor-version) dir))
)