swift-emacs / swift-mode

Emacs support for Apple's Swift programming language.
GNU General Public License v3.0
370 stars 47 forks source link

Fixes which-function-mode hang #144

Closed nhojb closed 6 years ago

nhojb commented 6 years ago

Fixes which-function-mode hang when running swift-mode:current-defun-name in a non swift-mode buffer.

This affected users who have which-function-mode enabled globally.

taku0 commented 6 years ago

Seems good. Thank you!

nhojb commented 6 years ago

No problem. Glad to help.