diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-09-15 10:27:39 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-09-15 10:27:39 +0200 |
commit | fc19601efc46cf31bf81c0d5980d6802148f5964 (patch) | |
tree | 5f61135b55d83480db7e0d070361c6a913495c5e /contrib/uncrustify-mode.el | |
parent | 4cc86b52d215b1d56368403ab0faccd92f701336 (diff) |
fix memory leaks in test case
Diffstat (limited to 'contrib/uncrustify-mode.el')
-rwxr-xr-x | contrib/uncrustify-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/uncrustify-mode.el b/contrib/uncrustify-mode.el index 97118c06c..83868c6a1 100755 --- a/contrib/uncrustify-mode.el +++ b/contrib/uncrustify-mode.el @@ -23,7 +23,7 @@ ;; drop requirements and this file into a directory in your `load-path', ;; and put these lines into your .emacs file. -;; (require 'uncrusfify-mode) +;; (require 'uncrustify-mode) ;; (add-hook 'c-mode-common-hook ;; '(lambda () ;; (uncrustify-mode 1))) |