Skip to content

Commit

Permalink
* helm-font.el (helm-c-ucs-init): Shut up byte compiler for insert-ch…
Browse files Browse the repository at this point in the history
…ar in 24.1.
  • Loading branch information
Thierry Volpiatto committed Jul 19, 2012
1 parent b7fcd86 commit 03a25b7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 17 deletions.
37 changes: 21 additions & 16 deletions helm-config.el
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@
;;;;;; helm-previous-source helm-end-of-buffer helm-beginning-of-buffer
;;;;;; helm-next-page helm-previous-page helm-next-line helm-previous-line
;;;;;; helm-select-action helm-force-update helm-other-buffer helm-resume
;;;;;; helm-open-last-log) "helm" "helm.el" (20478 61980))
;;;;;; helm-open-last-log) "helm" "helm.el" (20479 48601 915642
;;;;;; 220000))
;;; Generated autoloads from helm.el

(autoload 'helm-open-last-log "helm" "\
Expand Down Expand Up @@ -517,7 +518,7 @@ Preconfigured `helm' for bookmarks (pretty-printed).
;;;;;; helm-buffer-run-zgrep helm-buffer-run-grep helm-buffer-run-kill-buffers
;;;;;; helm-buffer-save-persistent helm-buffer-revert-persistent
;;;;;; helm-buffer-diff-persistent) "helm-buffers" "helm-buffers.el"
;;;;;; (20478 60355))
;;;;;; (20485 34226 717168 809000))
;;; Generated autoloads from helm-buffers.el

(autoload 'helm-buffer-diff-persistent "helm-buffers" "\
Expand Down Expand Up @@ -613,8 +614,8 @@ Preconfigured `helm' for color.

;;;***

;;;### (autoloads (helm-M-x) "helm-command" "helm-command.el" (20467
;;;;;; 56950 771627 894000))
;;;### (autoloads (helm-M-x) "helm-command" "helm-command.el" (20487
;;;;;; 6415 581255 223000))
;;; Generated autoloads from helm-command.el

(autoload 'helm-M-x "helm-command" "\
Expand All @@ -629,7 +630,7 @@ It is `helm' replacement of regular `M-x' `execute-extended-command'.
;;;;;; helm-c-apropos helm-lisp-completion-or-file-name-at-point
;;;;;; helm-lisp-completion-at-point-or-indent helm-c-complete-file-name-at-point
;;;;;; helm-lisp-completion-at-point) "helm-elisp" "helm-elisp.el"
;;;;;; (20433 33820 637641 221000))
;;;;;; (20485 50448 894925 652000))
;;; Generated autoloads from helm-elisp.el

(autoload 'helm-lisp-completion-at-point "helm-elisp" "\
Expand Down Expand Up @@ -769,7 +770,7 @@ You can set your own list of commands with
;;;;;; helm-ff-run-load-file helm-ff-run-byte-compile-file helm-ff-run-rename-file
;;;;;; helm-ff-run-copy-file helm-ff-run-zgrep helm-ff-run-pdfgrep
;;;;;; helm-ff-run-grep helm-ff-run-switch-to-history helm-ff-run-toggle-auto-update)
;;;;;; "helm-files" "helm-files.el" (20478 60355))
;;;;;; "helm-files" "helm-files.el" (20485 50448 902925 693000))
;;; Generated autoloads from helm-files.el

(autoload 'helm-ff-run-toggle-auto-update "helm-files" "\
Expand Down Expand Up @@ -1024,7 +1025,7 @@ After closing firefox, you will be able to browse you bookmarks.
;;;***

;;;### (autoloads (helm-ucs helm-select-xfont) "helm-font" "helm-font.el"
;;;;;; (20428 32734))
;;;;;; (20487 2901 843831 571000))
;;; Generated autoloads from helm-font.el

(autoload 'helm-select-xfont "helm-font" "\
Expand Down Expand Up @@ -1056,7 +1057,8 @@ Preconfigured `helm' for gentoo linux.
;;;;;; helm-grep-mode-jump-other-window helm-grep-mode-jump-other-window-backward
;;;;;; helm-grep-mode-jump-other-window-forward helm-grep-mode-jump
;;;;;; helm-grep-mode-quit helm-gm-precedent-file helm-gm-next-file
;;;;;; helm-grep-mode) "helm-grep" "helm-grep.el" (20478 60355))
;;;;;; helm-grep-mode) "helm-grep" "helm-grep.el" (20485 34226 717168
;;;;;; 809000))
;;; Generated autoloads from helm-grep.el

(autoload 'helm-grep-mode "helm-grep" "\
Expand Down Expand Up @@ -1293,8 +1295,8 @@ With a prefix-arg insert symbol at point.

;;;***

;;;### (autoloads (helm-locate) "helm-locate" "helm-locate.el" (20457
;;;;;; 53195))
;;;### (autoloads (helm-locate) "helm-locate" "helm-locate.el" (20485
;;;;;; 34226 721168 832000))
;;; Generated autoloads from helm-locate.el

(autoload 'helm-locate "helm-locate" "\
Expand Down Expand Up @@ -1391,7 +1393,7 @@ Preconfigured `helm' for `minibuffer-history'.
;;;***

;;;### (autoloads (helm-mode helm-comp-read) "helm-mode" "helm-mode.el"
;;;;;; (20478 60355))
;;;;;; (20487 6824 607283 484000))
;;; Generated autoloads from helm-mode.el

(autoload 'helm-comp-read "helm-mode" "\
Expand Down Expand Up @@ -1430,6 +1432,9 @@ Keys description:
stored there, if nil or not provided, `minibuffer-history'
will be used instead.
- DEL-INPUT: Boolean, when non--nil (default) remove the partial
minibuffer input from HISTORY is present.
- PERSISTENT-ACTION: A function called with one arg i.e candidate.
- PERSISTENT-HELP: A string to document PERSISTENT-ACTION.
Expand Down Expand Up @@ -1465,7 +1470,7 @@ in `helm-current-prefix-arg', otherwise if prefix args were given before
That's mean you can pass prefix args before or after calling a command
that use `helm-comp-read' See `helm-M-x' for example.
\(fn PROMPT COLLECTION &key TEST INITIAL-INPUT DEFAULT PRESELECT (buffer \"*Helm Completions*\") MUST-MATCH (requires-pattern 0) (history nil) INPUT-HISTORY (persistent-action nil) (persistent-help \"DoNothing\") (mode-line helm-mode-line-string) (keymap helm-map) (name \"Helm Completions\") CANDIDATES-IN-BUFFER EXEC-WHEN-ONLY-ONE (volatile t) SORT (fc-transformer (quote helm-cr-default-transformer)) (marked-candidates nil) (alistp t))" nil nil)
\(fn PROMPT COLLECTION &key TEST INITIAL-INPUT DEFAULT PRESELECT (buffer \"*Helm Completions*\") MUST-MATCH (requires-pattern 0) (history nil) INPUT-HISTORY (del-input t) (persistent-action nil) (persistent-help \"DoNothing\") (mode-line helm-mode-line-string) (keymap helm-map) (name \"Helm Completions\") CANDIDATES-IN-BUFFER EXEC-WHEN-ONLY-ONE (volatile t) SORT (fc-transformer (quote helm-cr-default-transformer)) (marked-candidates nil) (alistp t))" nil nil)

(defvar helm-mode nil "\
Non-nil if Helm mode is enabled.
Expand Down Expand Up @@ -1638,7 +1643,7 @@ Preconfigured `helm' for emacs process.
;;;***

;;;### (autoloads (helm-c-etags-select) "helm-tags" "helm-tags.el"
;;;;;; (20468 14223))
;;;;;; (20476 9002 679473 450000))
;;; Generated autoloads from helm-tags.el

(autoload 'helm-c-etags-select "helm-tags" "\
Expand All @@ -1653,7 +1658,7 @@ If tag file have been modified reinitialize cache.

;;;### (autoloads (helm-yank-text-at-point helm-w32-shell-execute-open-file
;;;;;; helm-quit-and-find-file helm-show-all-in-this-source-only)
;;;;;; "helm-utils" "helm-utils.el" (20478 60789))
;;;;;; "helm-utils" "helm-utils.el" (20485 16400 974954 272000))
;;; Generated autoloads from helm-utils.el

(autoload 'helm-show-all-in-this-source-only "helm-utils" "\
Expand Down Expand Up @@ -1731,8 +1736,8 @@ http://www.emacswiki.org/emacs/download/yaoddmuse.el

;;;***

;;;### (autoloads nil nil ("helm-pkg.el" "helm-plugin.el") (20478
;;;;;; 61985 367731))
;;;### (autoloads nil nil ("helm-pkg.el" "helm-plugin.el") (20487
;;;;;; 9214 269924 798000))

;;;***

Expand Down
4 changes: 3 additions & 1 deletion helm-font.el
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ Only math* symbols are collected."
diff ? )))
(if (fboundp 'ucs-insert)
(ucs-insert v)
(insert-char v))
;; call `insert-char' with nil nil
;; to shutup byte compiler in 24.1.
(insert-char v nil nil))
(insert "\n")))))

(defun helm-c-ucs-forward-char (candidate)
Expand Down

0 comments on commit 03a25b7

Please sign in to comment.