branch: externals/auctex
commit f8290fc89a1b2d47f29f8712a697c1a725581c2b
Author: Mosè Giordano <[email protected]>
Commit: Mosè Giordano <[email protected]>

    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