aboutsummaryrefslogtreecommitdiff
path: root/editors/protobuf-mode.el
Commit message (Collapse)AuthorAgeFilesLines
* Improve fix for https://github.com/google/protobuf/issues/295Philipp Stephani2017-05-231-1/+3
| | | | | | | | Requiring the legacy ‘cl’ library unconditionally pollutes the namespace. Instead, require it only when compiling and in known-broken versions. This is almost the same patch that opoplawski suggested, except that I removed the test for ‘emacs-repository-version’, which isn’t defined in Emacs 24.3.
* [master] Add dependency cl. Fixes google/protobuf#295.Yutian Li2016-08-051-1/+2
|
* down-integrate internal changesBo Yang2015-05-211-1/+1
|
* Some sort of emacs protobuf mode fix.kenton@google.com2009-12-181-1/+2
|
* Fix protobuf-mode on XEmacs.kenton@google.com2009-09-151-1/+2
|
* Fix problems with emacs protobuf mode, I guess. See ↵kenton@google.com2009-07-081-0/+1
| | | | <http://www.opensubscriber.com/message/emacs-devel@gnu.org/7155093.html>. Patch from domq@google.com.
* Add Emacs editor mode. Contributed by Alexandre Vassalotti.kenton@google.com2009-05-011-0/+217