~ubuntu-branches/ubuntu/saucy/texmacs/saucy

« back to all changes in this revision

Viewing changes to TeXmacs/progs/dynamic/session-drd.scm

  • Committer: Bazaar Package Importer
  • Author(s): Atsuhito KOHDA
  • Date: 2011-04-04 13:58:09 UTC
  • mfrom: (4.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110404135809-6f6jvotefb694vgp
Tags: 1:1.0.7.10-1
* New Upstream Release.
* Added gostscript to Build-Depends.  (Closes: #582228)

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
;; fold <-> unfold toggles
18
18
 
19
 
(define-fold folded-io unfolded-io)
20
 
(define-fold folded-io-math unfolded-io-math)
 
19
(define-toggle folded-io unfolded-io)
 
20
(define-toggle folded-io-math unfolded-io-math)