aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cus-dep.el
Commit message (Collapse)AuthorAgeFilesLines
* Add arch taglinesMiles Bader2003-09-011-0/+2
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-8/+8
|
* Update the description of version handling.Markus Rost2003-01-141-8/+8
|
* (custom-make-dependencies): Don't set standard-valueMarkus Rost2003-01-131-9/+15
| | | | and version numbers for variables. Handle faces.
* * cus-dep.el (generated-custom-dependencies-file): New variable.Andreas Schwab2002-12-291-7/+13
| | | | | (custom-make-dependencies): Use it instead of hardcoding cus-load.el.
* (custom-make-dependencies): Bind load-file-name.Markus Rost2002-11-141-1/+2
|
* Don't require 'autoload.Markus Rost2002-11-111-15/+2
| | | | | (custom-make-dependencies): Handle :version also for autoloaded options.
* (custom-make-dependencies): Fix comment inserted in cus-load.el.Markus Rost2002-11-071-1/+1
|
* (custom-make-dependencies): Ignore preloaded files.Stefan Monnier2002-10-121-1/+10
|
* (custom-make-dependencies): Don't use find-file.Stefan Monnier2002-10-101-19/+17
| | | | Use feature names rather than file names if applicable.
* (custom-make-dependencies): Bind to t around evaluating the def-form.Richard M. Stallman2002-09-211-1/+1
|
* (custom-make-dependencies): Fix previous change.Richard M. Stallman2002-09-201-9/+1
|
* (custom-make-dependencies): Fix previous change.Richard M. Stallman2002-09-191-1/+11
|
* (custom-make-dependencies): Sort MEMBERS before use.Richard M. Stallman2002-09-181-0/+2
|
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-1/+3
|
* (custom-make-dependencies): Quote open-paren in string.Stefan Monnier2000-08-161-1/+1
|
* Add local-variable settings to the generated file.Stefan Monnier2000-08-161-0/+6
|
* Require CL at compile-time only.Gerd Moellmann2000-03-241-1/+1
|
* Fix typo in output.Andreas Schwab1998-08-261-1/+1
|
* *** empty log message ***Dan Nicolaescu1998-06-281-1/+1
|
* *** empty log message ***Dan Nicolaescu1998-06-221-1/+69
|
* (custom-make-dependencies): Don't give upRichard M. Stallman1998-04-241-2/+5
| | | | on a whole file, the first time eval gets an error.
* (custom-make-dependencies): Don't print each file name.Richard M. Stallman1997-08-251-1/+0
|
* (custom-make-dependencies): Don't find the subdirs here;Richard M. Stallman1997-05-121-45/+19
| | | | instead, use the dirs specified on the command line.
* (custom-make-dependencies):Richard M. Stallman1997-05-061-22/+59
| | | | | | | | 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.
* Comment change.Richard M. Stallman1997-04-211-0/+17
|
* provide `cus-load'.Per Abrahamsen1997-04-151-1/+5
|
* Fixed message.Per Abrahamsen1997-04-151-1/+1
|
* Fixed generation of empty dependencies lists.Per Abrahamsen1997-04-151-2/+3
|
* Added newline.Per Abrahamsen1997-04-111-0/+1
|
* Initial revisionPer Abrahamsen1997-04-111-0/+67