diff options
| author | Carsten Dominik | 2006-04-13 16:41:10 +0000 |
|---|---|---|
| committer | Carsten Dominik | 2006-04-13 16:41:10 +0000 |
| commit | bb1d56c87cb096fbe6930569e6a0542a2857af85 (patch) | |
| tree | eae2de187b98c1415a8b84c77502445bfcac878c | |
| parent | 6eff18ef66135e89bbde3933a6a992faced367d4 (diff) | |
| download | emacs-bb1d56c87cb096fbe6930569e6a0542a2857af85.tar.gz emacs-bb1d56c87cb096fbe6930569e6a0542a2857af85.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/textmodes/org.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6f73827fa17..b73aec79444 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-04-13 Carsten Dominik <dominik@science.uva.nl> | ||
| 2 | |||
| 3 | * textmodes/org.el (org-set-autofill-regexps): Set only the local | ||
| 4 | values of `adaptive-fill-regexp' and `adaptive-fill-function'. | ||
| 5 | |||
| 1 | 2006-04-13 Romain Francoise <romain@orebokech.com> | 6 | 2006-04-13 Romain Francoise <romain@orebokech.com> |
| 2 | 7 | ||
| 3 | * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid | 8 | * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid |
diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el index 6b9b9950d2c..abefe6c623d 100644 --- a/lisp/textmodes/org.el +++ b/lisp/textmodes/org.el | |||
| @@ -5179,7 +5179,7 @@ NDAYS defaults to `org-agenda-ndays'." | |||
| 5179 | (d (- nt n1))) | 5179 | (d (- nt n1))) |
| 5180 | (- sd (+ (if (< d 0) 7 0) d))))) | 5180 | (- sd (+ (if (< d 0) 7 0) d))))) |
| 5181 | (day-numbers (list start)) | 5181 | (day-numbers (list start)) |
| 5182 | ;FIXME (inhibit-redisplay t) | 5182 | (inhibit-redisplay t) |
| 5183 | s e rtn rtnall file date d start-pos end-pos todayp nd) | 5183 | s e rtn rtnall file date d start-pos end-pos todayp nd) |
| 5184 | (setq org-agenda-redo-command | 5184 | (setq org-agenda-redo-command |
| 5185 | (list 'org-agenda-list (list 'quote include-all) start-day ndays t)) | 5185 | (list 'org-agenda-list (list 'quote include-all) start-day ndays t)) |