Skip to content

Modernize Post-mode#7

Open
shindere wants to merge 1 commit intozedinosaur:masterfrom
shindere:modernize
Open

Modernize Post-mode#7
shindere wants to merge 1 commit intozedinosaur:masterfrom
shindere:modernize

Conversation

@shindere
Copy link

@shindere shindere commented Oct 4, 2023

This commmit makes post-mode work with recent versions of Emacs
(29.1 for sure, but likely also a few earlier versions).

The commit contains two changes:

  1. Depart from using point as a variable, use goto-char instead.
  2. Switch for the deprecated cl package to cl-lib.

Many thanks to Nick Barnes for his help.

This commmit makes post-mode work with recent versions of Emacs
(29.1 for sure, but likely also a few earlier versions).

The commit contains two changes:

 1. Depart from using `point` as a variable, use `goto-char` instead.
 2. Switch for the deprecated `cl` package to `cl-lib`.

Many thanks to Nick Barnes for his help.
@Boruch-Baum
Copy link

Boruch-Baum commented Oct 15, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants