-
Notifications
You must be signed in to change notification settings - Fork 311
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #318: correctly implement YAS--MODES-TO-ACTIVATE
- simpler and got rid of YAS--ALL-PARENTS - also got rid of YAS/MODE-SYMBOL backward compatibility hack
- Loading branch information
1 parent
ddaf9a9
commit a7d40ed
Showing
2 changed files
with
31 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cl-lables
is introduced at Emacs 24.3. Other version users need to loadcl-lib.el
((require 'cl)
).cl-lib.el
is not a default package for Emacs 24.2 or lower users. If you usecl-lables
macro,please add
Package-Requires
directive like following URL.https://github.com/magit/magit/blob/master/magit.el#L20