~ubuntu-branches/ubuntu/trusty/ess/trusty

« back to all changes in this revision

Viewing changes to .dir-locals.el

  • Committer: Package Import Robot
  • Author(s): Dirk Eddelbuettel
  • Date: 2013-09-27 18:41:32 UTC
  • mfrom: (1.2.31)
  • Revision ID: package-import@ubuntu.com-20130927184132-qnw5092qdlhu1fcm
Tags: 13.09-1
* New upstream version released today 

* debian/control: Increased Standards-Version: to current version

* debian/control: Added Build-Depends: on autotools-dev to always use
  current autotools file

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
;;; See Info node `(emacs) Directory Variables' for more information.
3
3
 
4
4
((emacs-lisp-mode
5
 
  (coding . utf-8-unix)
 
5
  ;; (coding . utf-8-unix) ;; emacs 24.3.5 gives "Coding cannot be specified by dir-locals"
6
6
  (indent-tabs-mode)
7
7
  (whitespace-style face tabs spaces trailing lines space-before-tab::space newline indentation::space empty space-after-tab::space space-mark tab-mark newline-mark)))