From 4cf24f65b5d55c3bf4c699b3622b38a2448569f2 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 6 Sep 2002 09:41:21 +0000 Subject: [PATCH] (vcursor-toggle-vcursor-map): Fix spacing. --- lisp/ChangeLog | 57 +++++++++++++++++++++++++++++++++++++++++++++++-- lisp/vcursor.el | 2 +- 2 files changed, 56 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 19eab30abaf..d85a164adbd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,60 @@ +2002-09-06 Juanma Barranquero + + * calendar/solar.el (calendar-time-display-form): Fix spacing. + + * double.el (double-prefix-only): Likewise. + + * emacs-lisp/easymenu.el (easy-menu-define): Likewise. + + * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise. + + * emacs-lisp/float.el (string-to-float): Likewise. + + * emacs-lisp/rx.el (rx): Likewise. + + * faces.el (copy-face): Likewise. + + * hilit-chg.el (highlight-changes-colours) + (highlight-changes-active-string) + (highlight-changes-passive-string) + (highlight-changes-global-modes, hilit-chg-hide-changes) + (highlight-changes-rotate-faces, global-highlight-changes): Likewise. + + * international/mule.el (decode-char): Likewise. + + * international/ucs-tables.el (decode-char): Likewise. + + * progmodes/idlwave.el (idlwave-support-inheritance) + (idlwave-routine-entry-compare): Likewise. + + * progmodes/idlw-shell.el (idlwave-shell-use-breakpoint-glyph): + Likewise. + + * progmodes/pascal.el (pascal-start-keywords): Likewise. + + * progmodes/sh-script.el (sh-indent-for-fi, sh-indent-for-done): + Likewise. + + * progmodes/vhdl-mode.el (vhdl-progress-interval) + (vhdl-corresponding-begin): Likewise. + + * ps-mule.el (ps-multibyte-buffer): Likewise. + + * speedbar.el (speedbar-mode): Likewise. + + * textmodes/fill.el (fill-nonuniform-paragraphs) + (fill-individual-paragraphs): Likewise. + + * textmodes/reftex.el (reftex-TeX-master-file): Likewise. + + * textmodes/reftex-vars.el (reftex-multiref-punctuation): Likewise. + + * vcursor.el (vcursor-toggle-vcursor-map): Likewise. + 2002-09-05 Richard M. Stallman - * international/ucs-tables.el (non-885 char sets handling): - Don't call coding-system-put or register-char-codings. + * international/ucs-tables.el (non-885 char sets handling): Don't call + coding-system-put or register-char-codings. * help.el (help-with-tutorial): Allow various ways to specify the text in the [...] line, in handling the <...> line. diff --git a/lisp/vcursor.el b/lisp/vcursor.el index 492d660b3a2..25de4aa603e 100644 --- a/lisp/vcursor.el +++ b/lisp/vcursor.el @@ -1124,7 +1124,7 @@ line is treated like ordinary characters." (defun vcursor-toggle-vcursor-map (&optional force noredisp) "Toggle the state of the vcursor key map. When on, the keys defined in it are mapped directly on top of the main -keymap, allowing you to move the vcursor with ordinary motion keys. +keymap, allowing you to move the vcursor with ordinary motion keys. An indication \"!VC\" appears in the mode list. The effect is local to the current buffer. With prefix FORCE, turn on, or off if it is 0. -- 2.39.2