mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
* lisp/vc/pcvs.el: Use lexical-binding.
(cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical environment of `eval'. (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather than a list of expressions. Adjust callers. * lisp/vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
This commit is contained in:
parent
35ece233a8
commit
cc5da1ec4d
3 changed files with 65 additions and 51 deletions
|
|
@ -244,13 +244,6 @@ Output from cvs is placed here for asynchronous commands.")
|
|||
"Run after `cvs-mode' was setup.")
|
||||
|
||||
|
||||
;;;;
|
||||
;;;; Internal variables, used in the process buffer.
|
||||
;;;;
|
||||
|
||||
(defvar cvs-postprocess nil
|
||||
"(Buffer local) what to do once the process exits.")
|
||||
|
||||
;;;;
|
||||
;;;; Internal variables for the *cvs* buffer.
|
||||
;;;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue