summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/autoload.el
Commit message (Collapse)AuthorAgeFilesLines
...
* (update-autoloads-here): Split up long message.Karl Heuer1994-05-121-3/+5
|
* (update-file-autoloads): Delete leftover variable.Karl Heuer1994-05-111-2/+1
|
* Comment change.Richard M. Stallman1994-05-101-1/+1
|
* (update-directory-autoloads): Ignore filesRichard M. Stallman1994-05-061-2/+3
| | | | whose names start with =. Bind enable-local-eval to nil.
* (generate-file-autoloads): Don't ignore the lineRichard M. Stallman1994-03-101-1/+1
| | | | after the form marked by a ;;;###autoload\n.
* (generate-file-autoloads): Move misplaced paren in match clause of condRoland McGrath1994-03-031-2/+2
| | | | | so copying the rest of the line to the output is the else clause of if (eolp), not after the if.
* (generate-file-autoloads): Don't frob literal formfeeds into \f; just bindRoland McGrath1994-02-081-44/+36
| | | | print-escape-newlines to t around printing (now has same effect).
* (batch-update-autoloads): Add missing close paren.Karl Heuer1994-02-081-1/+1
|
* (autoload-trim-file-name): New function.Roland McGrath1994-02-071-65/+124
| | | | | | | | | | | | (generate-file-autoloads): Bind print-readably to t for Lucid. Use autoload-trim-file-name on FILE when inserting the name. Scan written text and fix up ^L to \f and ( at bol to \(. (update-file-autoloads): When we find a later file's section, set FOUND to 'new. If FOUND is 'new after loop, check file for autoload cookies and don't call generate-file-autoloads if none. (update-directory-autoloads): Get absolute file names from directory-files. (batch-update-autoloads): Rewrite from jwz to process later files in a directory after one file errs.
* (update-file-autoloads): Never ask the user where to put a new section.Roland McGrath1994-02-071-45/+35
| | | | | While searching the file, look for an alphabetically later file's section, and insert the new section before it.
* (generate-file-autoloads): Set float-output-format toRichard M. Stallman1993-08-111-1/+1
| | | | nil, not "%.20e", since nil is guaranteed to not lose info on output.
* (generate-file-autoloads): Bind float-output-format.Richard M. Stallman1993-07-211-5/+6
| | | | Bind print-escape-newlines.
* (update-file-autoloads): Go to the beginning of FILE before searching itRoland McGrath1993-07-181-1/+4
| | | | for generate-autoload-cookie.
* (generate-file-autoloads): Fix FILE truename hacking to substringRoland McGrath1993-07-141-7/+7
| | | | SOURCE-TRUENAME instead of FILE.
* * autoload.el (generate-file-autoloads): Correctly detect when theJim Blandy1993-07-131-5/+7
| | | | | buffer receiving the autoload forms is in a parent of or the same directory as FILE, even in the presence of symlinks.
* (update-file-autoloads): Correctly do nothing when there are no cookies.Roland McGrath1993-07-071-11/+17
|
* Doc fix.Roland McGrath1993-07-071-1/+1
|
* (update-file-autoloads): Do nothing when there are no cookies.Roland McGrath1993-07-031-0/+1
|
* (generate-file-autoloads): Undo previous changeRichard M. Stallman1993-06-171-68/+37
| | | | because make-docfile requires defvar doc string to start on first line.
* (make-autoload): Use memq once instead eq twice.Roland McGrath1993-06-161-40/+71
| | | | | (generate-file-autoloads): For non-autoloads, copy the defn textually rather than printing it after reading.
* (generate-autoload-cookie, update-autoloads-here): Doc fixes.Roland McGrath1993-06-161-4/+4
|
* (update-file-autoloads, update-directory-autoloads): If calledRoland McGrath1993-04-141-2/+7
| | | | interactively, save generated-autoload-file when done.
* (generate-file-autoloads): Doc fix.Roland McGrath1993-04-081-1/+1
|
* Added or corrected Commentary sectionsEric S. Raymond1993-03-221-0/+7
|
* Add or correct keywordsEric S. Raymond1993-03-181-1/+1
|
* * autoload.el (generate-file-autoloads): Add anotherJim Blandy1993-03-021-66/+68
| | | | | save-excursion so that point is before the generated autoloads after we scan the file.
* (generate-file-autoloads): If no buffer was visiting FILE when we started,Roland McGrath1993-02-171-59/+66
| | | | kill the buffer we create.
* * autoload.el (make-autoload): When creating an autoloadJim Blandy1992-11-071-1/+2
| | | | | | | invocation for a macro, pass (list 'quote 'macro) as the sixth argument, not just t. autoload's sixth argument is now a type instead of just a boolean value, so we should use a value which reflects that.
* entered into RCSRichard M. Stallman1992-09-121-1/+2
|
* *** empty log message ***Eric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Eric S. Raymond1992-07-171-0/+1
|
* *** empty log message ***Eric S. Raymond1992-07-161-2/+6
|
* *** empty log message ***Jim Blandy1992-06-301-1/+1
|
* *** empty log message ***Jim Blandy1992-06-241-7/+37
|
* *** empty log message ***Eric S. Raymond1992-05-301-1/+3
|
* *** empty log message ***Jim Blandy1992-05-181-2/+3
|
* Initial revisionJim Blandy1991-12-211-0/+290