diff options
| author | Dan Nicolaescu | 2007-11-19 08:50:04 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2007-11-19 08:50:04 +0000 |
| commit | 004a00f4ae0d64a86265c0fa6d6d52f0fa3d9434 (patch) | |
| tree | e661ecc8f97e143e46597c525f60e1118aa26a9e /lisp/play | |
| parent | 34cf517c8d71e723df9d6d43b9ff8fc733bd1485 (diff) | |
| download | emacs-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/play')
| -rw-r--r-- | lisp/play/yow.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/play/yow.el b/lisp/play/yow.el index 28fc453577b..702052f52d6 100644 --- a/lisp/play/yow.el +++ b/lisp/play/yow.el | |||
| @@ -112,6 +112,8 @@ If called interactively, display a list of matches." | |||
| 112 | ;; | 112 | ;; |
| 113 | ;; written by Kayvan Aghaiepour | 113 | ;; written by Kayvan Aghaiepour |
| 114 | 114 | ||
| 115 | (declare-function doctor-ret-or-read "doctor" (arg)) | ||
| 116 | |||
| 115 | ;;;###autoload | 117 | ;;;###autoload |
| 116 | (defun psychoanalyze-pinhead () | 118 | (defun psychoanalyze-pinhead () |
| 117 | "Zippy goes to the analyst." | 119 | "Zippy goes to the analyst." |