aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorDan Nicolaescu2007-11-19 08:50:04 +0000
committerDan Nicolaescu2007-11-19 08:50:04 +0000
commit004a00f4ae0d64a86265c0fa6d6d52f0fa3d9434 (patch)
treee661ecc8f97e143e46597c525f60e1118aa26a9e /lisp/progmodes
parent34cf517c8d71e723df9d6d43b9ff8fc733bd1485 (diff)
downloademacs-004a00f4ae0d64a86265c0fa6d6d52f0fa3d9434.tar.gz
emacs-004a00f4ae0d64a86265c0fa6d6d52f0fa3d9434.zip
* 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. * 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.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/octave-mod.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/octave-mod.el b/lisp/progmodes/octave-mod.el
index a0d33f56ee4..e8246ddb816 100644
--- a/lisp/progmodes/octave-mod.el
+++ b/lisp/progmodes/octave-mod.el
@@ -52,6 +52,8 @@
52(defvar inferior-octave-output-string nil) 52(defvar inferior-octave-output-string nil)
53(defvar inferior-octave-receive-in-progress nil) 53(defvar inferior-octave-receive-in-progress nil)
54 54
55(declare-function inferior-octave-send-list-and-digest "octave-inf" (list))
56
55(defconst octave-maintainer-address 57(defconst octave-maintainer-address
56 "Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>, bug-gnu-emacs@gnu.org" 58 "Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>, bug-gnu-emacs@gnu.org"
57 "Current maintainer of the Emacs Octave package.") 59 "Current maintainer of the Emacs Octave package.")