Skip to content

Commit

Permalink
(tuareg-use-syntax-ppss): Remove, assuming it's always non-nil
Browse files Browse the repository at this point in the history
(tuareg-forward-char): Remove.  Inline the sole remaining use.
(tuareg-cache-stop, tuareg-cache, tuareg-cache-local)
(tuareg-cache-last-local, tuareg-last-loc)
(tuareg-fontify-buffer, tuareg-fontify-region, tuareg-fontify):
Remove, unused now that we always use syntax-ppss.
(tuareg-leading-star-in-doc, tuareg-support-leading-star-comments)
(tuareg-leading-star-p, tuareg-auto-fill-insert-leading-star)
(tuareg-auto-fill-function, tuareg-in-literal-or-comment)
(tuareg-in-literal-p, tuareg-in-comment-p)
(tuareg-beginning-of-literal-or-comment)
(tuareg-beginning-of-literal-or-comment-fast, tuareg-false-=-p)
(tuareg-at-phrase-break-p, tuareg-with-internal-syntax):
Move to tuareg_indent.el.
(tuareg-install-font-lock): Remove unused var `unbraced-tuple'.
(tuareg-electric-close-vector, tuareg--electric-close-vector)
(tuareg-electric-pipe, tuareg-electric-rp, tuareg-electric-rc)
(tuareg-electric-rb): Move from tuareg_indent.el.
(merlin-command): Don't uselessly pass the result of defining the
function to eval-after-load.
(tuareg--beginning-of-phrase): Refine looking-back call.
  • Loading branch information
monnier committed Jun 18, 2015
1 parent 0920d00 commit b15fe7f
Show file tree
Hide file tree
Showing 3 changed files with 289 additions and 552 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
*.tar.gz
/tuareg.*/
/opam/url
ChangeLog
Loading

0 comments on commit b15fe7f

Please sign in to comment.