diff options
| author | Glenn Morris | 2009-08-18 07:32:19 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-08-18 07:32:19 +0000 |
| commit | d198332302b4fcaf5102d1d936f090df50a2c18c (patch) | |
| tree | 1eedf219055a051126d44d27078d2640dc6a2a7b | |
| parent | 3e8e92655ff243f06c9af4950b43d2b2dedf139e (diff) | |
| download | emacs-d198332302b4fcaf5102d1d936f090df50a2c18c.tar.gz emacs-d198332302b4fcaf5102d1d936f090df50a2c18c.zip | |
Minor modes via local variables:
2009-08-17 Chong Yidong <cyd at stupidchicken.com>
* files.el (hack-one-local-variable): If the mode function is for
a minor mode, pass it an argument (Bug#4148).
| -rw-r--r-- | etc/TODO | 3 |
1 files changed, 0 insertions, 3 deletions
| @@ -56,9 +56,6 @@ for users to customize. | |||
| 56 | ** Make "emacs --daemon" start emacs without showing any frame. | 56 | ** Make "emacs --daemon" start emacs without showing any frame. |
| 57 | Use emacsclient later to open frames. | 57 | Use emacsclient later to open frames. |
| 58 | 58 | ||
| 59 | ** Make it possible to reliably turn on minor modes using "mode:" in the local | ||
| 60 | variables section. | ||
| 61 | |||
| 62 | ** Compute the list of active keymaps *after* reading the first event. | 59 | ** Compute the list of active keymaps *after* reading the first event. |
| 63 | 60 | ||
| 64 | ** Distribute a bar cursor of width > 1 evenly between the two glyphs | 61 | ** Distribute a bar cursor of width > 1 evenly between the two glyphs |