summaryrefslogtreecommitdiff
path: root/helm-font.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2014-04-25 12:01:16 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2014-04-25 12:01:16 +0200
commit9bc2702cf13e5096e391088208cc71e580cf2fd7 (patch)
tree40e5c133faeae2a14a47b1e5b9c84161d9cb8451 /helm-font.el
parente6c3ff112066f64777407256518e7ebb590a03c9 (diff)
Reindent all again.
Diffstat (limited to 'helm-font.el')
-rw-r--r--helm-font.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/helm-font.el b/helm-font.el
index aaf455cc..201f6c4b 100644
--- a/helm-font.el
+++ b/helm-font.el
@@ -40,7 +40,7 @@
(let ((current-font (cdr (assoc 'font (frame-parameters))))
(default-font elm))
(unwind-protect
- (progn (set-frame-font default-font 'keep-size) (sit-for 2))
+ (progn (set-frame-font default-font 'keep-size) (sit-for 2))
(set-frame-font current-font))))
(defvar helm-xfonts-cache nil)
@@ -93,9 +93,9 @@ Only math* symbols are collected."
diff ? )))
(if (fboundp 'ucs-insert)
(ucs-insert v)
- ;; call `insert-char' with nil nil
- ;; to shutup byte compiler in 24.1.
- (insert-char v nil nil))
+ ;; call `insert-char' with nil nil
+ ;; to shutup byte compiler in 24.1.
+ (insert-char v nil nil))
(insert "\n")))))
(defun helm-ucs-forward-char (_candidate)