view .dir-locals.el @ 112077:2f24255ca500

Fix bug #7702 with docs of selections wrt MS-Windows. doc/emacs/frames.texi (Cut and Paste): Modify the section's name and text: don't mix "cut/paste" with "kill/yank". (Cut/Paste Other App): Describe the per-session emulation of PRIMARY. lisp/simple.el (select-active-regions): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 25 Dec 2010 13:34:45 +0200
parents 6926686a73a0
children 3655cc4062e4
line wrap: on
line source

((nil . ((tab-width . 8)
         (fill-column . 70)))
 (c-mode . ((c-file-style . "GNU")))
 ;; You must set bugtracker_debbugs_url in your bazaar.conf for this to work.
 ;; See admin/notes/bugtracker.
 (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))))