From: Stefan Monnier Date: Tue, 1 Jul 2014 02:25:52 +0000 (-0400) Subject: * lisp/ps-def.el (ps-generate-postscript-with-faces1): Don't mess with X-Git-Tag: emacs-24.3.93~117 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=64c11219d16ae5f971d51f1fb19405b0e24f9269;p=emacs.git * lisp/ps-def.el (ps-generate-postscript-with-faces1): Don't mess with buffer-invisibility-spec. Fixes: debbugs:17867 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b0648996b13..c01480ef857 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-07-01 Stefan Monnier + + * ps-def.el (ps-generate-postscript-with-faces1): Don't mess with + buffer-invisibility-spec (bug#17867). + 2014-06-29 Andreas Schwab * vc/vc-git.el (vc-git-checkin): When operating on the whole tree diff --git a/lisp/ps-def.el b/lisp/ps-def.el index 92a2e0b38cd..db0694549e1 100644 --- a/lisp/ps-def.el +++ b/lisp/ps-def.el @@ -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