Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Silence byte-compiler warnings in Emacs 28 (and 29) #40

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 3, 2022

  1. Silence byte-compiler warnings

    This fixes:
    ws-butler.el:153:8: Warning:  docstring wider than 80 characters
    ws-butler.el:187:20: Warning: ‘point-at-eol’ is an obsolete function (as of
        29.1); use ‘line-end-position’ or ‘pos-eol’ instead.
    ws-butler.el:246:28: Warning: ‘point-at-bol’ is an obsolete function (as of
        29.1); use ‘line-beginning-position’ or ‘pos-bol’ instead.
    skangas committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    6ac51f3 View commit details
    Browse the repository at this point in the history
  2. Add .gitignore

    skangas committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    c6111cb View commit details
    Browse the repository at this point in the history
  3. Bump version to 0.7

    skangas committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    5252e97 View commit details
    Browse the repository at this point in the history