diff options
author | Yang Tse <yangsita@gmail.com> | 2009-05-18 12:33:51 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-05-18 12:33:51 +0000 |
commit | 0427b783e2ae554a118057d23c65f29041b7cb6e (patch) | |
tree | 2881a97d8c44dc70aa02f4da6a6b0e1eca24ba77 /sample.emacs | |
parent | 4650732f4a8590c8f6a00566510f9cdd656397a7 (diff) |
Add empty line, to force CVS to update the $Id date string format
Diffstat (limited to 'sample.emacs')
-rw-r--r-- | sample.emacs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sample.emacs b/sample.emacs index c3d05d2bc..ce5814e4b 100644 --- a/sample.emacs +++ b/sample.emacs @@ -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) + |