summaryrefslogtreecommitdiff
path: root/lisp/vc/pcvs-defs.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2013-10-07 23:47:24 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2013-10-07 23:47:24 -0400
commitcc5da1ec4d4c7056a07ad49fb05ac0df5621a75f (patch)
tree9aa303bcd57e65c3483959a73ed3717edb797182 /lisp/vc/pcvs-defs.el
parent35ece233a892e0817a79cf63d2da126574b4ef45 (diff)
downloademacs-cc5da1ec4d4c7056a07ad49fb05ac0df5621a75f.tar.gz
* 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.
Diffstat (limited to 'lisp/vc/pcvs-defs.el')
-rw-r--r--lisp/vc/pcvs-defs.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/lisp/vc/pcvs-defs.el b/lisp/vc/pcvs-defs.el
index 9dc378e4e27..182a030be25 100644
--- a/lisp/vc/pcvs-defs.el
+++ b/lisp/vc/pcvs-defs.el
@@ -245,13 +245,6 @@ Output from cvs is placed here for asynchronous commands.")
;;;;
-;;;; 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.
;;;;