comparison etc/NEWS @ 45223:4cb22a508fe3

Added emulation-mode-map-alists.
author Kim F. Storm <storm@cua.dk>
date Fri, 10 May 2002 07:14:05 +0000
parents 8572b81e3c30
children e9d89e57a781
comparison
equal deleted inserted replaced
45222:c525c7445e1b 45223:4cb22a508fe3
833 <kill-line> for my-kill-line). 833 <kill-line> for my-kill-line).
834 834
835 - The new variable `this-original-command' contains the original 835 - The new variable `this-original-command' contains the original
836 command before remapping. It is equal to `this-command' when the 836 command before remapping. It is equal to `this-command' when the
837 command was not remapped. 837 command was not remapped.
838
839 ** New variable emulation-mode-map-alists.
840
841 Lisp packages using many minor mode keymaps can now maintain their own
842 keymap alist separate from minor-mode-map-alist by adding their keymap
843 alist to this list.
838 844
839 ** Atomic change groups. 845 ** Atomic change groups.
840 846
841 To perform some changes in the current buffer "atomically" so that 847 To perform some changes in the current buffer "atomically" so that
842 they either all succeed or are all undone, use `atomic-change-group' 848 they either all succeed or are all undone, use `atomic-change-group'