Mercurial > hg > octave-lyh
annotate .dir-locals.el @ 12698:fb93b94dfc82 stable
Add rectangle to new functions list in NEWS.
* NEWS: Add rectangle to new functions list in NEWS.
* unimplemented.m: Remove rectangle from list.
* rectangle.m: Use double spaces for sentence breaks in Texinfo
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Wed, 01 Jun 2011 21:00:14 -0700 |
parents | d4dab9605c49 |
children | 3d7a4a2d9cef |
rev | line source |
---|---|
9933
ac4b97c6bf8b
eliminate Emacs local variables from some files
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
1 ((nil . ((indent-tabs-mode . nil) |
ac4b97c6bf8b
eliminate Emacs local variables from some files
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
2 (fill-column . 72))) |
ac4b97c6bf8b
eliminate Emacs local variables from some files
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
3 (c-default-mode "gnu") |
9966
d4dab9605c49
correctly set indent-tabs-mode for ChangeLogs and Makefiles in .dir-locals.el
John W. Eaton <jwe@octave.org>
parents:
9933
diff
changeset
|
4 (change-log-mode . ((indent-tabs-mode . t))) |
d4dab9605c49
correctly set indent-tabs-mode for ChangeLogs and Makefiles in .dir-locals.el
John W. Eaton <jwe@octave.org>
parents:
9933
diff
changeset
|
5 (makefile-mode . ((indent-tabs-mode . t)))) |