mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(vc-cvs-annotate-time): Use inhibit-read-only and inhibit-modification-hooks.
This commit is contained in:
parent
03368919b3
commit
72d1ce6153
2 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
|
||||
inhibit-modification-hooks.
|
||||
|
||||
* calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
|
||||
(calendar-bahai-print-date, calendar-bahai-goto-date)
|
||||
(diary-bahai-list-entries, diary-bahai-insert-entry):
|
||||
|
|
|
|||
|
|
@ -590,7 +590,8 @@ encoded as fractional days."
|
|||
systime, or nil if there is none."
|
||||
(let* ((bol (point))
|
||||
(cache (get-text-property bol 'vc-cvs-annotate-time))
|
||||
buffer-read-only)
|
||||
(inhibit-read-only t)
|
||||
(inhibit-modification-hooks t))
|
||||
(cond
|
||||
(cache)
|
||||
((looking-at
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue