aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/derived.el
Commit message (Collapse)AuthorAgeFilesLines
* (define-derived-mode): Doc fix.Richard M. Stallman1995-01-111-1/+1
|
* (derived-mode-merge-abbrev-tables):Richard M. Stallman1994-06-051-12/+12
| | | | Do nothing if OLD is nil.
* (derived-mode-init-mode-variables): Add autoload cookie.Richard M. Stallman1994-05-281-0/+1
|
* Renamed from mode-clone.el.Richard M. Stallman1994-03-081-76/+74
| | | | | All functions renamed. (define-derived-mode): Renamed from define-mode-clone.
* (clone-init-mode-variables): Don't defvarRichard M. Stallman1994-02-121-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. Stallman1994-02-041-36/+32
| | | | | | Swap args PARENT and CHILD. Don't use clone-run-setup-function. (clone-run-setup-function): Function deleted.
* Initial revisionRichard M. Stallman1994-02-041-0/+308