1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
Commit Graph

30 Commits

Author SHA1 Message Date
Juanma Barranquero
71296446d3 Trailing whitespace deleted. 2003-02-04 11:26:42 +00:00
Markus Rost
dfc85ff2ea Update the description of version handling. 2003-01-14 00:21:30 +00:00
Markus Rost
d568081554 (custom-make-dependencies): Don't set standard-value
and version numbers for variables.  Handle faces.
2003-01-13 23:47:04 +00:00
Andreas Schwab
b1d7940fae * cus-dep.el (generated-custom-dependencies-file): New variable.
(custom-make-dependencies): Use it instead of hardcoding
cus-load.el.
2002-12-29 17:59:23 +00:00
Markus Rost
f954e891f8 (custom-make-dependencies): Bind load-file-name. 2002-11-14 21:38:12 +00:00
Markus Rost
052b70090a Don't require 'autoload.
(custom-make-dependencies):  Handle :version also for autoloaded
options.
2002-11-11 15:09:13 +00:00
Markus Rost
c3d79cee88 (custom-make-dependencies): Fix comment inserted in cus-load.el. 2002-11-07 00:26:27 +00:00
Stefan Monnier
a9338083f5 (custom-make-dependencies): Ignore preloaded files. 2002-10-12 20:58:12 +00:00
Stefan Monnier
5188f2eb94 (custom-make-dependencies): Don't use find-file.
Use feature names rather than file names if applicable.
2002-10-10 13:33:57 +00:00
Richard M. Stallman
4e189812e9 (custom-make-dependencies): Bind to t around evaluating the def-form. 2002-09-21 20:00:30 +00:00
Richard M. Stallman
2912113bbd (custom-make-dependencies): Fix previous change. 2002-09-20 03:44:38 +00:00
Richard M. Stallman
4986d1f19b (custom-make-dependencies): Fix previous change. 2002-09-19 18:57:55 +00:00
Richard M. Stallman
8eb5250314 (custom-make-dependencies): Sort MEMBERS before use. 2002-09-18 16:01:21 +00:00
Pavel Janík
e8af40eed4 Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
Stefan Monnier
a313af117c (custom-make-dependencies): Quote open-paren in string. 2000-08-16 20:50:19 +00:00
Stefan Monnier
6a7ceddcab Add local-variable settings to the generated file. 2000-08-16 20:49:45 +00:00
Gerd Moellmann
79c70818bc Require CL at compile-time only. 2000-03-24 20:46:12 +00:00
Andreas Schwab
b88018d48f Fix typo in output. 1998-08-26 09:38:13 +00:00
Dan Nicolaescu
781f7ac281 *** empty log message *** 1998-06-28 02:15:12 +00:00
Dan Nicolaescu
1e484d64bd *** empty log message *** 1998-06-22 02:10:41 +00:00
Richard M. Stallman
06beea21ca (custom-make-dependencies): Don't give up
on a whole file, the first time eval gets an error.
1998-04-24 21:05:18 +00:00
Richard M. Stallman
f36742476a (custom-make-dependencies): Don't print each file name. 1997-08-25 06:41:17 +00:00
Richard M. Stallman
efbdca1221 (custom-make-dependencies): Don't find the subdirs here;
instead, use the dirs specified on the command line.
1997-05-12 00:46:59 +00:00
Richard M. Stallman
c9aadf0322 (custom-make-dependencies):
Don't use NOSORT in directory-files.
Don't actually visit the files.
Use re-search to search contents fast.
Search the subdirs of `lisp'.
Bind kept-new-versions when saving.
1997-05-06 21:14:20 +00:00
Richard M. Stallman
c2383d2de9 Comment change. 1997-04-21 03:53:02 +00:00
Per Abrahamsen
8cd58e14c1 provide `cus-load'. 1997-04-15 15:17:38 +00:00
Per Abrahamsen
e32273dc03 Fixed message. 1997-04-15 11:14:08 +00:00
Per Abrahamsen
a9d3a78b01 Fixed generation of empty dependencies lists. 1997-04-15 11:13:24 +00:00
Per Abrahamsen
a3edd195b6 Added newline. 1997-04-11 13:35:19 +00:00
Per Abrahamsen
860af8ecb1 Initial revision 1997-04-11 13:09:47 +00:00