| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
specifications from summary line.
|
|
|
|
| |
report-emacs-bug-address instead of undefined bug-gnu-emacs.
|
| |
|
|
|
|
|
|
|
| |
lm-header-multiline, lm-summary, lm-version, lm-commentary):
Return string without properties.
(lm-get-header, lm-get-package-name, lm-crack-address,
lm-insert-at-column, lm-report-bug): Minor doc fixes.
|
|
|
|
| |
(lm-insert-at-column): Use FORCE arg of move-to-column.
|
|
|
|
| |
Clean up strings that looked like RCS headers.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(lm-comment-column): defvar moved.
(lm-history-header, lm-commentary-header): New variables.
(lm-get-header-re, lm-get-package-name): New functions.
(lm-code-mark): defun --> defsubst.
(lm-history-mark, lm-commentary-mark): New functions.
(lm-header): Now accepts RCS ident style headers.
(lm-summary): Now accepts unix `what' commands prefix @(#).
(lm-crack-address, lm-authors, lm-maintainer, lm-insert-at-column):
(lm-creation-date, lm-last-modified-date, lm-version):
(lm-keywords, lm-adapted-by): Comments made into doc strings.
(lm-commentary): Added more tolerant 'cond' case.
Now uses functions lm-commentary-mark, lm-... to get points.
(lm-verify): Made interactive. Added more check points in the last prog1.
(lm-synopsis): Made interactive.
|
|
|
|
|
| |
All callers changed.
(lm-synopsis): Add interactive spec.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
accept spaces at end of line.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Change comments to indicate that any header starting with `X-' is
not supposed to be implemented. This gives us the same "out" as
that RFC822 does.
|
| |
|
|
|
|
| |
(lm-commentary): New function.
|
|
|
|
| |
(lm-uthor, lm-maintainer) These now return cons pairs, not strings.
|
|
|