Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bda28f63
Commit
bda28f63
authored
Dec 27, 2008
by
Dan Nicolaescu
Browse files
Remove non-working entry for pmail.
(fill-column): Fix typo. (change-log-mode): Add fill column.
parent
765980a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
.dir-locals.el
.dir-locals.el
+3
-4
ChangeLog
ChangeLog
+6
-0
No files found.
.dir-locals.el
View file @
bda28f63
((
nil
.
((
indent-tabs-mode
.
t
)
(
tab-width
.
8
)
(
fill-column
.
8
0
)))
(
fill-column
.
7
0
)))
(
c-mode
.
((
c-file-style
.
"GNU"
)))
(
change-log-mode
.
((
add-log-time-zone-rule
.
t
)))
(
"lisp/mail/pmail*"
.
((
nil
.
((
change-log-default-name
.
"ChangeLog.pmail"
))))))
(
change-log-mode
.
((
add-log-time-zone-rule
.
t
)
(
fill-column
.
74
))))
;; arch-tag: fb93c160-e9fe-4184-aad1-e4f5daa11cbd
ChangeLog
View file @
bda28f63
2008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
* .dir-locals.el: Remove non-working entry for pmail.
(fill-column): Fix typo.
(change-log-mode): Add fill column.
2008-12-26 Eli Zaretskii <eliz@gnu.org>
* config.bat: Produce _dir-locals.el from .dir-locals.el.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment