Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a9d25c79
Commit
a9d25c79
authored
Dec 31, 2005
by
Eli Zaretskii
Browse files
(cvs-update): New target.
parent
6e813c38
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
+12
-0
lisp/ChangeLog
lisp/ChangeLog
+6
-0
lisp/Makefile.in
lisp/Makefile.in
+3
-0
lisp/makefile.w32-in
lisp/makefile.w32-in
+3
-0
No files found.
lisp/ChangeLog
View file @
a9d25c79
2005-12-31 Eli Zaretskii <eliz@gnu.org>
* Makefile.in (cvs-update): New target.
* makefile.w32-in (cvs-update): Ditto.
2005-12-30 Chong Yidong <cyd@stupidchicken.com>
* cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
...
...
lisp/Makefile.in
View file @
a9d25c79
...
...
@@ -119,6 +119,9 @@ update-subdirs: doit
updates
:
update-subdirs autoloads mh-autoloads finder-data custom-deps
# This is useful after "cvs up".
cvs-update
:
recompile autoloads finder-data custom-deps
# Update the AUTHORS file.
update-authors
:
...
...
lisp/makefile.w32-in
View file @
a9d25c79
...
...
@@ -183,6 +183,9 @@ update-subdirs-SH: doit
updates
:
update-subdirs autoloads mh-autoloads finder-data custom-deps
# This is useful after "cvs up".
cvs-update
:
recompile autoloads finder-data custom-deps
# Update the AUTHORS file.
update-authors
:
...
...
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