comparison lisp/play/yow.el @ 86234:860a7a8e779e

* 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.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 19 Nov 2007 08:50:04 +0000
parents e2eac01cf548
children 107ccd98fa12 53108e6cea98
comparison
equal deleted inserted replaced
86233:851a18a6e906 86234:860a7a8e779e
110 ;; Yowza!! Feed zippy quotes to the doctor. Watch results. 110 ;; Yowza!! Feed zippy quotes to the doctor. Watch results.
111 ;; fun, fun, fun. Entertainment for hours... 111 ;; fun, fun, fun. Entertainment for hours...
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."
118 (interactive) 120 (interactive)
119 (doctor) ; start the psychotherapy 121 (doctor) ; start the psychotherapy