comparison lisp/progmodes/python.el @ 86247:fc93e9674475

* progmodes/python.el (info-lookup-maybe-add-help): * progmodes/ps-mode.el (doc-view-minor-mode): * mail/emacsbug.el (Info-menu, Info-goto-node): * emulation/viper-keym.el (viper-ex) (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for): * emulation/viper-cmd.el (widget-type, widget-button-press) (viper-set-hooks): * emacs-lisp/tcover-unsafep.el (unsafep-function): * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells) (ses-load, ses-vector-delete, ses-create-header-string) (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump): * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions. * url-mailto.el (mail-send-and-exit): * url-http.el (url-dav-file-attributes): * url-file.el (ange-ftp-set-passwd, ange-ftp-copy-file-internal): (url-generate-unique-filename): Declare as functions.
author Dan Nicolaescu <dann@ics.uci.edu>
date Tue, 20 Nov 2007 07:56:02 +0000
parents d227ffcaa3fe
children 22dc0bc9daf8
comparison
equal deleted inserted replaced
86246:a01176901861 86247:fc93e9674475
1654 (buffer-substring-no-properties (point) point) 1654 (buffer-substring-no-properties (point) point)
1655 python-imports)))))))))))) 1655 python-imports))))))))))))
1656 1656
1657 ;;;; Info-look functionality. 1657 ;;;; Info-look functionality.
1658 1658
1659 (declare-function info-lookup-maybe-add-help "info-look" (&rest arg))
1660
1659 (defun python-after-info-look () 1661 (defun python-after-info-look ()
1660 "Set up info-look for Python. 1662 "Set up info-look for Python.
1661 Used with `eval-after-load'." 1663 Used with `eval-after-load'."
1662 (let* ((version (let ((s (shell-command-to-string (concat python-command 1664 (let* ((version (let ((s (shell-command-to-string (concat python-command
1663 " -V")))) 1665 " -V"))))