Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8d6069a4
Commit
8d6069a4
authored
Nov 17, 2007
by
Andreas Schwab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Atomically update subdirs.el.
parent
4e60b1b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
8 deletions
+11
-8
ChangeLog
ChangeLog
+4
-0
update-subdirs
update-subdirs
+7
-8
No files found.
ChangeLog
View file @
8d6069a4
2007-11-17 Andreas Schwab <schwab@suse.de>
* update-subdirs: Atomically update subdirs.el.
2007-11-17 Glenn Morris <rgm@gnu.org>
* Makefile.in (check-declare): New target.
...
...
update-subdirs
View file @
8d6069a4
...
...
@@ -37,17 +37,16 @@ done
if
[
"x
$subdirs
"
=
x
]
;
then
rm
-f
subdirs.el
else
echo
";; -*- no-byte-compile: t -*-"
>
subdirs.el
echo
";; In load-path, after this directory should come
;; certain of its subdirectories. Here we specify them."
>>
subdirs.el
echo
"(normal-top-level-add-to-load-path '(
$subdirs
))
rm
-f
subdirs.el~
echo
";; -*- no-byte-compile: t -*-
;; In load-path, after this directory should come
;; certain of its subdirectories. Here we specify them.
(normal-top-level-add-to-load-path '(
$subdirs
))
;; Local"
"Variables:
;; version-control: never
;; no-byte-compile: t
;; End:"
>>
subdirs.el
;; End:"
>
subdirs.el~
mv
subdirs.el~ subdirs.el
fi
# arch-tag: 56ebcf1b-5c30-4934-b0b4-72d374064704
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