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

Fix byte-compilation warnings #74

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Nov 4, 2024

  1. Fix "assignment/reference to free variable" warnings

    We were referring to several variables before defvar-ing them.
    d-torrance committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    048ffe6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d59ef38 View commit details
    Browse the repository at this point in the history
  3. Remove use of obsolete max-specpdl-size variable

    # Conflicts:
    #	M2-symbols.el.gz
    d-torrance committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    9bbfbd7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e2c565 View commit details
    Browse the repository at this point in the history