comparison lisp/pcvs.el @ 86240:8cc694a9ff7e

* progmodes/octave-mod.el (inferior-octave-send-list-and-digest): * play/yow.el (doctor-ret-or-read): * vc-hooks.el (vc-dired-resynch-file): * vc-hg.el (log-view-get-marked): * smerge-mode.el (ediff-cleanup-mess): * pcvs.el (vc-editable-p, vc-checkout): * pcomplete.el (comint-bol): * informat.el (texinfo-format-refill): * ido.el (tramp-tramp-file-p): * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier) (ibuffer-generate-filter-groups) (ibuffer-format-filter-group-data): * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as functions. * textmodes/ispell.el (ispell-int-char): Make it a defalias instead of fset. (ispell-message): Use with-no-warnings for sc-cite-regexp call. * ido.el (ido-file-internal): Move with-no-warnings to include the ffap-string-at-point call. * pcomplete.el (pcomplete-executables): Move defsubst before first use. * vc-hg.el (vc-hg-revision-table): Fix last change.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 19 Nov 2007 16:29:47 +0000
parents 7ac0826a9df7
children a01176901861
comparison
equal deleted inserted replaced
86239:50f1680522fd 86240:8cc694a9ff7e
1958 (cvs-append-to-ignore (cvs-fileinfo->dir fi) (cvs-fileinfo->file fi) 1958 (cvs-append-to-ignore (cvs-fileinfo->dir fi) (cvs-fileinfo->file fi)
1959 (eq (cvs-fileinfo->subtype fi) 'NEW-DIR)) 1959 (eq (cvs-fileinfo->subtype fi) 'NEW-DIR))
1960 (setf (cvs-fileinfo->type fi) 'DEAD)) 1960 (setf (cvs-fileinfo->type fi) 'DEAD))
1961 (cvs-cleanup-collection cvs-cookies nil nil nil)) 1961 (cvs-cleanup-collection cvs-cookies nil nil nil))
1962 1962
1963 (declare-function vc-editable-p "vc" (file))
1964 (declare-function vc-checkout "vc" (file &optional writable rev))
1963 1965
1964 (defun cvs-append-to-ignore (dir str &optional old-dir) 1966 (defun cvs-append-to-ignore (dir str &optional old-dir)
1965 "Add STR to the .cvsignore file in DIR. 1967 "Add STR to the .cvsignore file in DIR.
1966 If OLD-DIR is non-nil, then this is a directory that we don't want 1968 If OLD-DIR is non-nil, then this is a directory that we don't want
1967 to hear about anymore." 1969 to hear about anymore."