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

Adapt to ucs-names now being a hash table in emacs 26+ #1223

Conversation

kaushalmodi
Copy link
Contributor

  • counsel.el (counsel-unicode-char): Generated a formatted hash if ucs-names
    returns a hash (as it would, on emacs 26+).

(http://git.savannah.gnu.org/cgit/emacs.git/commit/?h=emacs-26&id=96c2c098aeed5c85733577ebbdaf33af6fbb59e9)

This change will make counsel-unicode-char work in emacs 26.1 as well as older
versions where ucs-names returned a list.

* counsel.el (counsel-unicode-char): Generated a formatted hash if `ucs-names`
  returns a hash (as it would, on emacs 26+).

(http://git.savannah.gnu.org/cgit/emacs.git/commit/?h=emacs-26&id=96c2c098aeed5c85733577ebbdaf33af6fbb59e9)

This change will make `counsel-unicode-char` work in emacs 26.1 as well as older
versions where ucs-names returned a list.
@abo-abo abo-abo merged commit e95cb9a into abo-abo:master Oct 3, 2017
@abo-abo
Copy link
Owner

abo-abo commented Oct 3, 2017

Thanks.

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