Add empty line, to force CVS to update the $Id date string format

This commit is contained in:
Yang Tse
2009-05-18 12:33:51 +00:00
parent 4650732f4a
commit 0427b783e2
10 changed files with 10 additions and 0 deletions

View File

@@ -44,3 +44,4 @@ nil HOOK is executed and the rest of the hooks are ignored."
'((string-match "other" (buffer-file-name)) . other-c-mode-common-hook))
;; Make sure the default style is appended.
(add-hook 'my-style-selective-mode-hook '(t . my-c-mode-common-hook) t)