[clang-rename] fix Emacs integration script

llvm-svn: 277491
This commit is contained in:
Kirill Bobyrev 2016-08-02 18:23:08 +00:00
parent 0e31955c86
commit ef2ee1fd67
1 changed files with 1 additions and 3 deletions

View File

@ -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)
)
)
)