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-compiler warnings of calls to deprecated functions or missing declarations. #107

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

Commits on Mar 2, 2021

  1. Configuration menu
    Copy the full SHA
    1d6c908 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Configuration menu
    Copy the full SHA
    1d9c4f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Merge pull request #1 from skrytebane/master

    Change from deprecated cl library to non-deprecated cl-lib.
    pierre-rouleau committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    c25244b View commit details
    Browse the repository at this point in the history
  2. Fix byte compiler warnings.

    - Retain Emacs 24 compatibility. If Emacs 25 had been the requirement could have used defvar-local.
      - Add empty defvar forward declaration of variable to prevent byte-compiler warnings.
    - Add declare-function forms where needed, including in places where the byte compiler does not track
      declarations when a defun is inside a code branch.
    - Unused arguments of hooks have names that begin with underscore to prevent byte compiler warning.
    pierre-rouleau committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    fd51bec View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from dfeich/cl-compatibility

    Extend elisp parser regexp to understand cl-*
    pierre-rouleau committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    2ebb743 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Lighter spec is now empty string instead of nil: allows creating a li…

    …ghter for origami-mode with delight.
    pierre-rouleau committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    ec8b19e View commit details
    Browse the repository at this point in the history