Call some functions in guile/ for effect
[deliverable/binutils-gdb.git] / gdb / .dir-locals.el
index c32846a137ff3d467ec1a9d451d6c8d5cb3c1a04..7e2b0cc3134e0ce764013369e67be73c423bc984 100644 (file)
@@ -1,5 +1,5 @@
 ;; Emacs settings.
-;; Copyright (C) 2012-2016 Free Software Foundation, Inc.
+;; Copyright (C) 2012-2018 Free Software Foundation, Inc.
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -26,4 +26,6 @@
            (c-basic-offset . 2)
            (eval . (c-set-offset 'innamespace 0))
            ))
+ (c++-mode . ((eval . (when (fboundp 'c-toggle-comment-style)
+                       (c-toggle-comment-style 1)))))
 )
This page took 0.023448 seconds and 4 git commands to generate.