Mercurial > emacs
annotate lwlib/README @ 110066:5ef877197e04
Remove old indentation and navigation code on octave-mode.
* lisp/progmodes/octave-mod.el (octave-mode-map): Remap down-list to
smie-down-list rather than add a binding for octave-down-block.
(octave-mark-block, octave-blink-matching-block-open):
Rely on forward-sexp-function.
(octave-fill-paragraph): Don't narrow, so you can use
indent-according-to-mode.
(octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
(octave-in-block-p, octave-re-search-forward-kw)
(octave-re-search-backward-kw, octave-indent-calculate)
(octave-end-as-array-index-p, octave-block-end-offset)
(octave-scan-blocks, octave-forward-block, octave-backward-block)
(octave-down-block, octave-backward-up-block, octave-up-block)
(octave-before-magic-comment-p, octave-indent-line): Remove.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 31 Aug 2010 14:13:51 +0200 |
parents | 316cee8951ad |
children |
rev | line source |
---|---|
76194 | 1 This subdirectory contains the Lucid Widget Library (lwlib), which |
2 provides a uniform interface to a few different X toolkits. The | |
3 library was written by Lucid, Inc and released under the terms of the | |
4 GPL version 1 (or later). It is not considered part of GNU Emacs. | |
5 | |
6 This version of the library differs from the original as described in | |
107084
316cee8951ad
Remove silly examples of changes.
Glenn Morris <rgm@gnu.org>
parents:
76208
diff
changeset
|
7 the ChangeLog file. |