Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(15128)

Issue 2168042: Add Emacs modeline for each file .c and .h file. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 7 months ago by satorux
Modified:
13 years, 7 months ago
Reviewers:
Peng Huang
CC:
Yusuke Sato
Base URL:
git@github.com:ibus/ibus.git
Visibility:
Public.

Description

Add Emacs modeline for .c and .h files. /* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */ TEST=confirmed that the modelines for vim and emacs both worked. BUG=none

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -12 lines) Patch
M bus/connection.h View 1 chunk +1 line, -0 lines 0 comments Download
M bus/connection.c View 1 chunk +1 line, -0 lines 0 comments Download
M bus/dbusimpl.h View 1 chunk +1 line, -0 lines 0 comments Download
M bus/dbusimpl.c View 1 chunk +1 line, -0 lines 0 comments Download
M bus/engineproxy.h View 1 chunk +1 line, -0 lines 0 comments Download
M bus/engineproxy.c View 1 chunk +1 line, -0 lines 0 comments Download
M bus/factoryproxy.h View 1 chunk +1 line, -0 lines 0 comments Download
M bus/factoryproxy.c View 1 chunk +1 line, -0 lines 0 comments Download
M bus/ibusimpl.h View 1 chunk +1 line, -0 lines 0 comments Download
M bus/ibusimpl.c View 1 chunk +1 line, -0 lines 0 comments Download
M bus/inputcontext.h View 1 chunk +1 line, -0 lines 0 comments Download
M bus/inputcontext.c View 1 chunk +1 line, -0 lines 0 comments Download
M bus/main.c View 1 chunk +1 line, -0 lines 0 comments Download
M bus/matchrule.h View 1 chunk +1 line, -0 lines 0 comments Download
M bus/matchrule.c View 1 chunk +1 line, -0 lines 0 comments Download
M bus/option.h View 1 chunk +1 line, -0 lines 0 comments Download
M bus/panelproxy.h View 1 chunk +1 line, -0 lines 0 comments Download
M bus/panelproxy.c View 1 chunk +1 line, -0 lines 0 comments Download
M bus/registry.h View 1 chunk +1 line, -0 lines 0 comments Download
M bus/registry.c View 1 chunk +1 line, -0 lines 0 comments Download
M bus/server.h View 1 chunk +1 line, -0 lines 0 comments Download
M bus/server.c View 1 chunk +1 line, -0 lines 0 comments Download
M bus/test-matchrule.c View 1 chunk +1 line, -0 lines 0 comments Download
M bus/test-registry.c View 1 chunk +1 line, -0 lines 0 comments Download
M client/gtk2/ibusim.c View 1 chunk +1 line, -0 lines 0 comments Download
M client/gtk2/ibusimcontext.h View 1 chunk +1 line, -0 lines 0 comments Download
M client/gtk2/ibusimcontext.c View 1 chunk +1 line, -0 lines 0 comments Download
M client/x11/gdk-private.h View 1 chunk +1 line, -0 lines 0 comments Download
M client/x11/gdk-private.c View 1 chunk +1 line, -0 lines 0 comments Download
M client/x11/locales.h View 1 chunk +1 line, -0 lines 0 comments Download
M client/x11/main.c View 1 chunk +1 line, -0 lines 0 comments Download
M gconf/config.h View 1 chunk +1 line, -0 lines 0 comments Download
M gconf/config.c View 1 chunk +1 line, -0 lines 0 comments Download
M gconf/main.c View 1 chunk +1 line, -0 lines 0 comments Download
M memconf/config.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibus.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusattribute.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusattribute.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusattrlist.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusattrlist.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusbus.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusbus.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibuscomponent.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibuscomponent.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusconfig.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusconfig.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusconfigprivate.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusconfigservice.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusconfigservice.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusconnection.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusconnection.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusdbus.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusdebug.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusengine.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusengine.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusenginedesc.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusenginedesc.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibuserror.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibuserror.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusfactory.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusfactory.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibushotkey.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibushotkey.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusinputcontext.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusinputcontext.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusinternal.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusinternal.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibuskeymap.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibuskeymap.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibuskeynames.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibuskeysyms.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibuslookuptable.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibuslookuptable.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusmainloop.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusmainloop.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusmessage.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusmessage.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusobject.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusobject.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusobservedpath.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusobservedpath.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibuspanelservice.h View 2 chunks +1 line, -6 lines 0 comments Download
M src/ibuspanelservice.c View 2 chunks +1 line, -6 lines 0 comments Download
M src/ibuspendingcall.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibuspendingcall.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusproperty.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusproperty.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusproplist.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusproplist.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusproxy.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusproxy.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusserializable.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusserializable.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusserver.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusserver.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusservice.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusservice.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusshare.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusshare.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibustext.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibustext.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibustypes.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusxml.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ibusxml.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/test-attribute.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/test-bus.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/test-engine.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/test-global-engine.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/test-keymap.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/test-keynames.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/test-lookuptable.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/test-proxy.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/test-server.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/test-text.c View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 2
satorux
13 years, 7 months ago (2010-09-08 08:37:59 UTC) #1
Peng Huang
13 years, 7 months ago (2010-09-09 02:31:33 UTC) #2
On 2010/09/08 08:37:59, satorux wrote:
> 

LGTM
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b