annotate nt/subdirs.el @ 92994:deb2f6126df1

(diary-remind-message, mark-sexp-diary-entries, list-sexp-diary-entries) (diary-font-lock-sexps): Use format rather than concat. (diary): Remove un-needed let. (view-other-diary-entries): Rename argument. (diary-list-entries-2): New function. (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2. (print-diary-entries): Use unless. (diary-mark-entries-1): Change argument order, make all but markfunc optional. Handle the standard (Gregorian) case. Use match-string-no-properties. Handle marks. (mark-diary-entries): Use diary-mark-entries-1. (calendar-mark-complex, calendar-mark-1): New functions. (diary-font-lock-keywords-1): New macro. (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
author Glenn Morris <rgm@gnu.org>
date Sun, 16 Mar 2008 01:26:48 +0000
parents 6eee4a78b129
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
75540
6eee4a78b129 Add "no-byte-compile: t" local variable.
Juanma Barranquero <lekktu@gmail.com>
parents: 39051
diff changeset
1 ;; -*- no-byte-compile: t -*-
39051
b5c421a7a5c2 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2 (if (fboundp 'normal-top-level-add-subdirs-to-load-path)
b5c421a7a5c2 New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3 (normal-top-level-add-subdirs-to-load-path))