annotate nt/subdirs.el @ 53700:444062830592

(fortran-break-before-delimiters): Doc fix. (fortran-break-delimiters-re, fortran-no-break-re): New defconsts. (fortran-fill): When filling a string, adjust re-search-backward argument for special case of string just on fill-column. When filling non-string, allow one extra char if fortran-break-before-delimiters is non-nil. Suggested by Michael Hagemann <michael.hagemann@unibas.ch>. Use fortran-break-delimiters-re and fortran-no-break-re to correctly handle cases such as "**".
author Glenn Morris <rgm@gnu.org>
date Sun, 25 Jan 2004 23:59:19 +0000
parents b5c421a7a5c2
children 6eee4a78b129
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
39051
b5c421a7a5c2 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1 (if (fboundp 'normal-top-level-add-subdirs-to-load-path)
b5c421a7a5c2 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2 (normal-top-level-add-subdirs-to-load-path))