* lisp/ps-def.el (ps-generate-postscript-with-faces1): Don't mess with
buffer-invisibility-spec. Fixes: debbugs:17867
This commit is contained in:
parent
1e23f9f308
commit
64c11219d1
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2014-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* ps-def.el (ps-generate-postscript-with-faces1): Don't mess with
|
||||
buffer-invisibility-spec (bug#17867).
|
||||
|
||||
2014-06-29 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* vc/vc-git.el (vc-git-checkin): When operating on the whole tree
|
||||
|
|
|
@ -325,8 +325,6 @@
|
|||
;; Emacs
|
||||
(property-change from)
|
||||
(overlay-change from)
|
||||
(save-buffer-invisibility-spec buffer-invisibility-spec)
|
||||
(buffer-invisibility-spec nil)
|
||||
before-string after-string)
|
||||
(while (< from to)
|
||||
(and (< property-change to) ; Don't search for property change
|
||||
|
|
Loading…
Add table
Reference in a new issue