Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (define-derived-mode): Add derived-mode-parent | Richard M. Stallman | 1997-02-08 | 1 | -9/+10 |
| | | | | property to the defived mode command name. | ||||
* | Fixed up initial line | Erik Naggum | 1996-05-20 | 1 | -1/+1 |
| | |||||
* | (derived-mode-merge-syntax-tables): Use inheritance. | Karl Heuer | 1996-02-21 | 1 | -5/+1 |
| | |||||
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -2/+3 |
| | |||||
* | (derived-mode-init-mode-variables): Make proper syntax-table. | Richard M. Stallman | 1995-10-22 | 1 | -7/+9 |
| | | | | (derived-mode-merge-syntax-tables): Rewrite using map-char-table. | ||||
* | (derived-mode-set-keymap): Cope if old-map is nil. | Richard M. Stallman | 1995-07-20 | 1 | -2/+3 |
| | |||||
* | (derived-mode-merge-keymaps): Recursively merge prefix key submaps also. | Richard M. Stallman | 1995-04-14 | 1 | -1/+23 |
| | |||||
* | (define-derived-mode): Doc fix. | Richard M. Stallman | 1995-01-11 | 1 | -1/+1 |
| | |||||
* | (derived-mode-merge-abbrev-tables): | Richard M. Stallman | 1994-06-05 | 1 | -12/+12 |
| | | | | Do nothing if OLD is nil. | ||||
* | (derived-mode-init-mode-variables): Add autoload cookie. | Richard M. Stallman | 1994-05-28 | 1 | -0/+1 |
| | |||||
* | Renamed from mode-clone.el. | Richard M. Stallman | 1994-03-08 | 1 | -76/+74 |
| | | | | | All functions renamed. (define-derived-mode): Renamed from define-mode-clone. | ||||
* | (clone-init-mode-variables): Don't defvar | Richard M. Stallman | 1994-02-12 | 1 | -37/+64 |
| | | | | | | | | | | | | variables if already bound. Put on clone-unmerged props if they were not bound. (clone-make-docstring): Install the map unconditionally; set clone-unmerged property to nil. No clone-merged property. (clone-set-syntax-table): Set clone-unmerged prop, not clone-merged. (clone-set-abbrev-table): Call clone-merge-abbrev-tables. Don't touch properties here. (clone-merge-keymaps): Splice out the `keymap' of the OLD map. (clone-merge-abbrev-tables): New function. | ||||
* | (define-mode-clone): Renamed from mode-clone. | Richard M. Stallman | 1994-02-04 | 1 | -36/+32 |
| | | | | | | Swap args PARENT and CHILD. Don't use clone-run-setup-function. (clone-run-setup-function): Function deleted. | ||||
* | Initial revision | Richard M. Stallman | 1994-02-04 | 1 | -0/+308 |