]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorCarsten Dominik <dominik@science.uva.nl>
Thu, 13 Apr 2006 16:41:10 +0000 (16:41 +0000)
committerCarsten Dominik <dominik@science.uva.nl>
Thu, 13 Apr 2006 16:41:10 +0000 (16:41 +0000)
lisp/ChangeLog
lisp/textmodes/org.el

index 6f73827fa17f480349a70431aca7a8c17ba6eba8..b73aec79444527e3a59d41b4bdec0f44491103c4 100644 (file)
@@ -1,3 +1,8 @@
+2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
+
+       * textmodes/org.el (org-set-autofill-regexps): Set only the local
+       values of `adaptive-fill-regexp' and `adaptive-fill-function'.
+
 2006-04-13  Romain Francoise  <romain@orebokech.com>
 
        * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
index 6b9b9950d2cf91c0850f1f67306229a74be841f5..abefe6c623d8a9620ecd731c6f2776d91fa68bc3 100644 (file)
@@ -5179,7 +5179,7 @@ NDAYS defaults to `org-agenda-ndays'."
                         (d (- nt n1)))
                    (- sd (+ (if (< d 0) 7 0) d)))))
         (day-numbers (list start))
-;FIXME  (inhibit-redisplay t)
+        (inhibit-redisplay t)
         s e rtn rtnall file date d start-pos end-pos todayp nd)
     (setq org-agenda-redo-command
          (list 'org-agenda-list (list 'quote include-all) start-day ndays t))