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

Issue 19010044: code review 19010044: misc/emacs: various cleanups (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 7 months ago by Dominik Honnef
Modified:
11 years, 7 months ago
Reviewers:
adonovan, bradfitz
CC:
adonovan, golang-dev
Visibility:
Public.

Description

misc/emacs: various cleanups - Use #' for function symbols - Remove unused variables - Use declare-function to shut up byte compiler

Patch Set 1 #

Patch Set 2 : diff -r f2b59b5163b0 https://code.google.com/p/go #

Patch Set 3 : diff -r f2b59b5163b0 https://code.google.com/p/go #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -26 lines) Patch
M misc/emacs/go-mode.el View 1 12 chunks +26 lines, -26 lines 3 comments Download

Messages

Total messages: 8
Dominik Honnef
Hello adonovan@google.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
11 years, 7 months ago (2013-10-29 16:41:00 UTC) #1
adonovan
LGTM https://codereview.appspot.com/19010044/diff/2/misc/emacs/go-mode.el File misc/emacs/go-mode.el (left): https://codereview.appspot.com/19010044/diff/2/misc/emacs/go-mode.el#oldcode393 misc/emacs/go-mode.el:393: (let (start-nesting (outindent 0)) I initially misread that ...
11 years, 7 months ago (2013-10-29 17:06:29 UTC) #2
adonovan
*** Submitted as https://code.google.com/p/go/source/detail?r=dbcd720e5396 *** misc/emacs: various cleanups - Use #' for function symbols - ...
11 years, 7 months ago (2013-10-29 17:07:53 UTC) #3
Dominik Honnef
https://codereview.appspot.com/19010044/diff/2/misc/emacs/go-mode.el File misc/emacs/go-mode.el (right): https://codereview.appspot.com/19010044/diff/2/misc/emacs/go-mode.el#newcode43 misc/emacs/go-mode.el:43: (if (fboundp #'kill-whole-line) On 2013/10/29 17:06:29, adonovan wrote: > ...
11 years, 7 months ago (2013-10-29 17:08:38 UTC) #4
adonovan
On 29 October 2013 13:08, <dominik.honnef@gmail.com> wrote: > On 2013/10/29 17:06:29, adonovan wrote: > >> ...
11 years, 7 months ago (2013-10-29 17:10:24 UTC) #5
bradfitz
Please revert this, or fix it soon. It breaks go-mode on GNU Emacs 22.1.1 as ...
11 years, 7 months ago (2013-10-30 01:56:49 UTC) #6
bradfitz
(no declare-function)
11 years, 7 months ago (2013-10-30 01:57:16 UTC) #7
adonovan
11 years, 7 months ago (2013-10-30 02:18:07 UTC) #8

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