Merge branch 'maint'

This commit is contained in:
Bastien Guerry 2013-02-11 14:56:46 +01:00
commit 8e34ec0b2b
1 changed files with 4 additions and 5 deletions

View File

@ -9029,9 +9029,8 @@ Called with a universal prefix arg, show the priority instead of setting it."
(defun org-agenda-show-new-time (marker stamp &optional prefix)
"Show new date stamp via text properties."
;; We use text properties to make this undoable
(let ((inhibit-read-only t)
(buffer-invisibility-spec))
(setq stamp (concat " " prefix " => " stamp))
(let ((inhibit-read-only t))
(setq stamp (concat prefix " => " stamp " "))
(save-excursion
(goto-char (point-max))
(while (not (bobp))