diff options
| -rw-r--r-- | perspective.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perspective.el b/perspective.el index 8bf4572..a22c194 100644 --- a/perspective.el +++ b/perspective.el @@ -1863,7 +1863,7 @@ restored." (frame-count 0) (state-complete (read (with-temp-buffer - (insert-file-contents-literally file) + (insert-file-contents file) (buffer-string))))) ;; open all files in a temporary perspective to avoid polluting "main" (persp-switch tmp-persp-name) |
