Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Sarcasm/irony-mode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.0
Choose a base ref
...
head repository: Sarcasm/irony-mode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Oct 18, 2023

  1. replace pos-bol (emacs 29) by line-beginning-position

    This somewhat reverts "replace deprecated `point-at-bol` by `pos-bol`"
    commit b183534.
    
    point-at-bol was replaced by pos-bol (emacs 29)
    because of deprecation warning in emacs 29
    but that unnecessarily breaks compatibility with older emacs,
    so just une line-beginning-position.
    
    See Sarcasm/company-irony#48.
    Sarcasm committed Oct 18, 2023
    2
    Copy the full SHA
    0b6daac View commit details
  2. Release 1.6.1

    Sarcasm committed Oct 18, 2023
    Copy the full SHA
    40e0ce1 View commit details
Loading