Clean up bytecomp stuff

This commit is contained in:
2026-01-27 22:43:11 -08:00
parent 5f2326ec44
commit d18a1fd817
4 changed files with 3 additions and 3 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/dape-breakpoints
flycheck_init.el
local-init.el*
*.elc

View File

@ -52,7 +52,7 @@
(defcustom latex-help-max-texdoc-entries 10
"Maximum number of texdoc entries to show when prompting."
:group 'latex-help
:type 'interger)
:type 'fixnum)
(defcustom latex-help-pdf-view-program '(emacs "evince")
"The program to use to view PDF documentation files."

View File

@ -131,8 +131,7 @@ Return the newly created buffer."
(defun org-mu4e-render-preview ()
"Render a preview of the HTML message."
(interactive)
(let ((msg-buffer (current-buffer))
(buffer (get-buffer-create "*Org-Mu4e Render Preview*")))
(let ((buffer (get-buffer-create "*Org-Mu4e Render Preview*")))
(save-excursion
(without-restriction
(goto-char (point-min))

Binary file not shown.