~ubuntu-branches/debian/sid/geiser/sid

« back to all changes in this revision

Viewing changes to elisp/geiser-reload.el

  • Committer: Package Import Robot
  • Author(s): David Bremner
  • Date: 2015-09-01 19:47:08 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20150901194708-rg47qavlmkfdpm16
Tags: 0.7-1
* migrate to dh_elpa
* New upstream version: "Please package version 0.7", thanks to
  Christoph Egger (Closes: #789270).
* Bug fix: "help mode access to source code", thanks to Kevin Ryde
  (Closes: #710555).

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
  (let ((fs (geiser--features-list)))
57
57
    (unload-feature 'geiser-reload t)
58
58
    (dolist (f fs)
59
 
      (when (featurep f) (unload-feature f t)))))
 
59
      (when (featurep f) (unload-feature f t)))
 
60
    (remove-hook 'scheme-mode-hook 'geiser-mode--maybe-activate)))
60
61
 
61
62
(defun geiser-reload (&optional arg)
62
63
  "Reload Geiser.