>>>> "Adrian" == Adrian Aichner
<Adrian.Aichner(a)t-online.de> writes:
Adrian> Hello Stefan,
Adrian> hopefully this patch against latest GNU Emacs CVS will be
Adrian> acceptable.
Hi Stefan,
do you think this little patch (already applied to XEmacs pcl-cvs
package) will be accepted into GNU Emacs as well?
Best regards,
Adrian
Adrian> I will send a separate patch containing these for the
Adrian> XEmacs PCL-CVS package.
Adrian> Best regards,
Adrian> Adrian
Adrian> emacs Patch (cvs -f -z3 -q diff -u lisp/pcvs-defs.el):
Adrian> Index: lisp/ChangeLog
Adrian> ===================================================================
Adrian> RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
Adrian> retrieving revision 1.3377
Adrian> diff -u -U0 -r1.3377 ChangeLog
Adrian> --- lisp/ChangeLog 25 Jan 2002 18:47:33 -0000 1.3377
Adrian> +++ lisp/ChangeLog 25 Jan 2002 22:56:57 -0000
Adrian> @@ -0,0 +1,6 @@
Adrian> +2002-01-25 Adrian Aichner <adrian(a)xemacs.org>
Adrian> +
Adrian> + * pcvs-defs.el (cvs-auto-remove-directories): Typo fix.
Adrian> + * pcvs-defs.el (cvs-mode-map): Map `cvs-mode-force-command' to
"!"
Adrian> + to restore global-binding of M-f (forward-word).
Adrian> +
Adrian> Index: lisp/pcvs-defs.el
Adrian> ===================================================================
Adrian> RCS file: /cvsroot/emacs/emacs/lisp/pcvs-defs.el,v
Adrian> retrieving revision 1.17
Adrian> diff -u -r1.17 pcvs-defs.el
Adrian> --- lisp/pcvs-defs.el 20 Dec 2001 18:42:44 -0000 1.17
Adrian> +++ lisp/pcvs-defs.el 25 Jan 2002 22:53:25 -0000
Adrian> @@ -105,7 +105,7 @@
Adrian> (defcustom cvs-auto-remove-directories 'handled
Adrian> "*If ALL, directory entries will never be shown.
Adrian> -If HANLDED, only non-handled directories will be shown.
Adrian> +If HANDLED, only non-handled directories will be shown.
Adrian> If EMPTY, only non-empty directories will be shown."
Adrian> :group 'pcl-cvs
Adrian> :type '(choice (const :tag "No" nil) (const all) (const
handled) (const empty)))
Adrian> @@ -324,7 +324,7 @@
Adrian> ("q" . cvs-bury-buffer)
Adrian> ("z" . kill-this-buffer)
Adrian> ("F" . cvs-mode-set-flags)
Adrian> - ("\M-f" . cvs-mode-force-command)
Adrian> + ("!" . cvs-mode-force-command)
Adrian> ("\C-c\C-c" . cvs-mode-kill-process)
Adrian> ;; marking
Adrian> ("m" . cvs-mode-mark)
Adrian> --
Adrian> Adrian Aichner
Adrian> mailto:adrian@xemacs.org
Adrian>
http://www.xemacs.org/
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/