emacs-pdf

Emacs library to print buffer to PDF file.
Log | Files | Refs | README

commit e59986fc680b5c983f84072ceb63b254ef2d0dac
parent f156753da98937d722d8af0258a6f5ec576ec11a
Author: Tomas Hlavaty <tom@logand.com>
Date:   Sat, 27 Feb 2021 23:12:10 +0100

require/provide must match filename

Diffstat:
Memacs-pdf.el | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/emacs-pdf.el b/emacs-pdf.el @@ -12,7 +12,7 @@ ;;; ;;; Example configuration: ;;; -;;; (require 'pdf) +;;; (require 'emacs-pdf) ;;; ;;; Example usage: ;;; @@ -449,4 +449,4 @@ ps-paper-type and ps-landscape-mode." (interactive) (pdf-region (point-min) (point-max) file-name)) -(provide 'pdf) +(provide 'emacs-pdf)