1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Richard M. Stallman
56152e1744 (derived-mode-merge-abbrev-tables):
Do nothing if OLD is nil.
1994-06-05 15:17:16 +00:00
Richard M. Stallman
ec830850db (derived-mode-init-mode-variables): Add autoload cookie. 1994-05-28 04:48:21 +00:00
Richard M. Stallman
06d35594f6 Renamed from mode-clone.el.
All functions renamed.
(define-derived-mode): Renamed from define-mode-clone.
1994-03-08 19:02:50 +00:00
Richard M. Stallman
26757b4b03 (clone-init-mode-variables): Don't defvar
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.
1994-02-12 02:27:29 +00:00
Richard M. Stallman
b72226e37e (define-mode-clone): Renamed from mode-clone.
Swap args PARENT and CHILD.
Don't use clone-run-setup-function.
(clone-run-setup-function): Function deleted.
1994-02-04 01:04:15 +00:00
Richard M. Stallman
76078cf0dd Initial revision 1994-02-04 00:30:33 +00:00