[PATCH] emacs/*.el: changed one-char comment prefix '; ' to two; '; ; '

2012-01-21 Thread Xavier Maillard
On Sat, 21 Jan 2012 16:44:28 +0200, Tomi Ollila wrote: > In order for emacs (indent-region) to (re)indent emacs lisp > properly there needs to be at least 2 comment characters (;;). > --- > > resubmitted as the old patch does not apply cleanly anymore. > > emacs/notmuch-hello.el |4 +- >

[PATCH] emacs/*.el: changed one-char comment prefix ';' to two; ';;'

2012-01-21 Thread Tomi Ollila
In order for emacs (indent-region) to (re)indent emacs lisp properly there needs to be at least 2 comment characters (;;). --- resubmitted as the old patch does not apply cleanly anymore. emacs/notmuch-hello.el |4 +- emacs/notmuch-lib.el | 16 +++--- emacs/notmuch-show.el | 16

[PATCH] emacs/*.el: changed one-char comment prefix ';' to two; ';;'

2012-01-21 Thread Austin Clements
Quoth Tomi Ollila on Jan 21 at 4:44 pm: > In order for emacs (indent-region) to (re)indent emacs lisp > properly there needs to be at least 2 comment characters (;;). LGTM.

[PATCH] emacs/*.el: changed one-char comment prefix ';' to two; ';;'

2012-01-21 Thread Tomi Ollila
In order for emacs (indent-region) to (re)indent emacs lisp properly there needs to be at least 2 comment characters (;;). --- resubmitted as the old patch does not apply cleanly anymore. emacs/notmuch-hello.el |4 +- emacs/notmuch-lib.el | 16 +++--- emacs/notmuch-show.el | 16

Re: [PATCH] emacs/*.el: changed one-char comment prefix ';' to two; ';;'

2012-01-21 Thread Austin Clements
Quoth Tomi Ollila on Jan 21 at 4:44 pm: In order for emacs (indent-region) to (re)indent emacs lisp properly there needs to be at least 2 comment characters (;;). LGTM. ___ notmuch mailing list notmuch@notmuchmail.org

Re: [PATCH] emacs/*.el: changed one-char comment prefix '; ' to two; '; ; '

2012-01-21 Thread Xavier Maillard
On Sat, 21 Jan 2012 16:44:28 +0200, Tomi Ollila tomi.oll...@iki.fi wrote: In order for emacs (indent-region) to (re)indent emacs lisp properly there needs to be at least 2 comment characters (;;). --- resubmitted as the old patch does not apply cleanly anymore. emacs/notmuch-hello.el |