repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git]
/
components
/
editor
/
emacs
/
augment
/
source.el
blob
2207c1ceaebef71c538dd7bb4e76a208dca1d5bb
1
;;; Path to Emacs C Sources.
2
(
when
(
string-match
(
regexp-quote
"COMPONENT_VERSION"
)
emacs-version
)
3
(
setq
find-function-C-source-directory
4
"/usr/share/emacs/COMPONENT_VERSION/src"
))