]> code.delx.au - gnu-emacs/commitdiff
* lisp/ps-def.el (ps-generate-postscript-with-faces1): Don't mess with
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 1 Jul 2014 02:25:52 +0000 (22:25 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 1 Jul 2014 02:25:52 +0000 (22:25 -0400)
buffer-invisibility-spec.

Fixes: debbugs:17867
lisp/ChangeLog
lisp/ps-def.el

index b0648996b1307e9f3d95f47cae5134bfc66542c2..c01480ef85780a90dc0b35e55adcebf8f3b83ffe 100644 (file)
@@ -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
index 92a2e0b38cdfafd6393cbfabe80a6899d669a2c5..db0694549e165870b07337afa8e0647fc4172f46 100644 (file)
          ;; 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