~ubuntu-branches/ubuntu/lucid/auctex/lucid

« back to all changes in this revision

Viewing changes to tex-info.el

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2008-03-21 14:54:04 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080321145404-p1yrn1rfiyculi0n
Tags: 11.84-0ubuntu1
Upload to hardy. Freeze exception granted in LP: #103631

Show diffs side-by-side

added added

removed removed

Lines of Context:
350
350
  (setq comment-start "@c ")
351
351
  (make-local-variable 'comment-start-skip)
352
352
  (setq comment-start-skip "@c +\\|@comment +")
 
353
  (set (make-local-variable 'comment-use-syntax) nil)
353
354
  (make-local-variable 'words-include-escapes)
354
355
  (setq words-include-escapes t)
355
356
  (if (not (boundp 'texinfo-imenu-generic-expression))