Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upReplace use of obsolete variable `last-command-char` #290
Conversation
The variable was an alias of `last-command-event` but has been removed in Emacs 24.3.
…ubyGH-290] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40401 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
The variable was an alias of
last-command-event
but has been removed in Emacs 24.3.The same thing has already been fixed in ruby-electric.el: #198