]> git.eshelyaron.com Git - emacs.git/commitdiff
* progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
authorDan Nicolaescu <dann@ics.uci.edu>
Mon, 19 Nov 2007 16:29:47 +0000 (16:29 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Mon, 19 Nov 2007 16:29:47 +0000 (16:29 +0000)
* 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.

lisp/pcvs.el

index b0b5d919cb0c6c73d742f16206f96264259bd4c3..fea7c80b5aa64d7bc82f6997eb2a144e95bec0b4 100644 (file)
@@ -1960,6 +1960,8 @@ This command ignores files that are not flagged as `Unknown'."
     (setf (cvs-fileinfo->type fi) 'DEAD))
   (cvs-cleanup-collection cvs-cookies nil nil nil))
 
+(declare-function vc-editable-p "vc" (file))
+(declare-function vc-checkout "vc" (file &optional writable rev))
 
 (defun cvs-append-to-ignore (dir str &optional old-dir)
   "Add STR to the .cvsignore file in DIR.