emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/auctex f8290fc 21/43: Restore loading of prv-emacs


From: Tassilo Horn
Subject: [elpa] externals/auctex f8290fc 21/43: Restore loading of prv-emacs
Date: Tue, 20 Mar 2018 11:34:09 -0400 (EDT)

branch: externals/auctex
commit f8290fc89a1b2d47f29f8712a697c1a725581c2b
Author: Mosè Giordano <address@hidden>
Commit: Mosè Giordano <address@hidden>

    Restore loading of prv-emacs
    
    * preview.el.in: Require prv-emacs.
---
 preview.el.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/preview.el.in b/preview.el.in
index 30051db..c6ff3db 100644
--- a/preview.el.in
+++ b/preview.el.in
@@ -54,6 +54,8 @@ preview-latex buffers will not survive across sessions.")))
 preview-latex's bug reporting commands will probably not work.")))
   (require 'info))
 
+(require 'prv-emacs)
+
 (defgroup preview nil "Embed Preview images into LaTeX buffers."
   :group 'AUCTeX
   :prefix "preview-"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]