fixed indent

This commit is contained in:
ndwarshuis 2018-10-10 19:23:47 -04:00
parent 15b9959a7b
commit fa26d60575
1 changed files with 1 additions and 2 deletions

View File

@ -1779,8 +1779,7 @@ For some reason there is no default way to get a "print prompt." Instead one nee
"Set the printer name using helm-completion to select printer."
(interactive)
(let ((pl (or helm-ff-printer-list (helm-ff-find-printers))))
(if pl
(setq printer-name (helm-comp-read "Printer: " pl)))))
(if pl (setq printer-name (helm-comp-read "Printer: " pl)))))
#+END_SRC
** magit
#+BEGIN_SRC emacs-lisp