[clang-tools-extra] r277491 - [clang-rename] fix Emacs integration script
    Kirill Bobyrev via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Tue Aug  2 11:23:09 PDT 2016
    
    
  
Author: omtcyfz
Date: Tue Aug  2 13:23:08 2016
New Revision: 277491
URL: http://llvm.org/viewvc/llvm-project?rev=277491&view=rev
Log:
[clang-rename] fix Emacs integration script
Modified:
    clang-tools-extra/trunk/clang-rename/tool/clang-rename.el
Modified: clang-tools-extra/trunk/clang-rename/tool/clang-rename.el
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-rename/tool/clang-rename.el?rev=277491&r1=277490&r2=277491&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-rename/tool/clang-rename.el (original)
+++ clang-tools-extra/trunk/clang-rename/tool/clang-rename.el Tue Aug  2 13:23:08 2016
@@ -34,9 +34,7 @@
           ;; Run clang-rename via bash.
           (shell-command rename-command)
           ;; Reload buffer.
-          (lambda ()
-            (interactive)
-            (revert-buffer t t))
+          (revert-buffer t t)
     )
   )
 )
    
    
More information about the cfe-commits
mailing list