view .dir-locals.el @ 111451:98299fb04891

net/browse-url.el (browse-url-mail): Insert body part of mailto url in mail buffer; make yank-action always a command that yanks original buffer.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Wed, 10 Nov 2010 00:02:44 +0000
parents 132f2dfd549f
children 3655cc4062e4
line wrap: on
line source

((nil . ((tab-width . 8)
         (sentence-end-double-space . t)
         (fill-column . 70)))
 (c-mode . ((c-file-style . "GNU")))
 (log-edit-mode . ((log-edit-rewrite-fixes
                    " (bug#\\([0-9]+\\))" . "debbugs:\\1")))
 (change-log-mode . ((add-log-time-zone-rule . t)
		     (fill-column . 74)
		     (bug-reference-url-format . "http://debbugs.gnu.org/%s")
		     (mode . bug-reference)))
 (diff-mode . ((mode . whitespace))))