- 25 Feb, 2002 19 commits
-
-
Miles Bader authored
to `define-key', since it no longer accepts the latter.
-
Jason Rumney authored
mouse-wheel-scroll-amount.
-
Jason Rumney authored
mwheel.el.
-
Jason Rumney authored
-
Jason Rumney authored
-
André Spiegel authored
-
André Spiegel authored
vc-diff-switches-list.
-
André Spiegel authored
vc-diff-switches-list.
-
André Spiegel authored
vc-diff-switches-list.
-
André Spiegel authored
consistent with the others that take a backend name as a symbol.
-
Kim F. Storm authored
comint-match-partial-filename returns nil.
-
Kim F. Storm authored
(shell-pcomplete): Use it instead of shell-pcomplete-setup-p. (shell-pcomplete-reverse): Ditto.
-
Juanma Barranquero authored
-
Per Abrahamsen authored
* ps-print.el (ps-print-printer): Added `lpr' customize group member.
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Kim F. Storm authored
menu is shown on the menu bar in shell mode.
-
Stefan Monnier authored
(inferior-emacs-lisp-mode): Make it buffer-local. (ielm-eval-input): Use it to preserve match-data between inputs.
-
- 24 Feb, 2002 12 commits
-
-
Pavel Janík authored
-
Jason Rumney authored
-
Jason Rumney authored
(lisp): Sync with list in src/Makefile.in (VMS_SUPPORT, MSDOS_SUPPORT): Define, so DOC files can be shared.
-
Jason Rumney authored
-
Jason Rumney authored
-
Jason Rumney authored
-
Jason Rumney authored
-
Jason Rumney authored
-
Per Abrahamsen authored
* cus-edit.el (custom-unlispify-remove-prefixes): Add to `custom-buffer' customize group.
-
Colin Walters authored
-
Colin Walters authored
-
Kim F. Storm authored
The validation of the event type was too strict as it didn't allow string events; buffer names are used in bindings for menu-bar-select-buffer (see `menu-bar-update-buffers').
-
- 23 Feb, 2002 9 commits
-
-
Kim F. Storm authored
prefix-key.
-
Pavel Janík authored
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Kim F. Storm authored
change (no longer accept a symbol for the KEY argument).
-
Kim F. Storm authored
now try command remapping for all symbols.
-
Kim F. Storm authored
(is_command_symbol): Remove extern.
-
Kim F. Storm authored
added command remapping by entering the commands directly into the keymaps. Now, command remapping uses an explicit `remap' prefix in the keymaps, i.e. [remap COMMAND]. (Qremap, remap_command_vector): New variables. (is_command_symbol): Removed function. (Fdefine_key): No longer accept a symbol for KEY. Added validation of [remap COMMAND] argument for KEY. The DEF is no longer required to be a symbol when remapping a command. (Fremap_command): New function to remap command through keymaps. (Flookup_key): Perform command remapping initiated by Fremap_command directly for speed. (Fkey_binding): Use Fremap_command for command remapping. (where_is_internal): Handle new command remapping representation. (syms_of_keymap): Intern Qremap, initialize remap_command_vector, staticpro them. Defsubr Fremap_command.
-