summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2018-01-29 22:56:41 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2018-01-29 22:56:41 +0000
commit93955d0d34d86521c8e5ae883c70e10464847dad (patch)
tree177a66287b8ee8704024c3b4cad09fe096d6ba74 /lldb/packages/Python/lldbsuite/test
parentd023a9b7777407b9b23d5b2a319a3956beed52af (diff)
downloadbcm5719-llvm-93955d0d34d86521c8e5ae883c70e10464847dad.tar.gz
bcm5719-llvm-93955d0d34d86521c8e5ae883c70e10464847dad.zip
Fix some regular expressions in llvm-mode.el.
In some cases it was using "\" unnecessarily. In another case it needed an additional "\" to properly indicate a numbered sub-match. Make comment-start buffer-local in llvm-mode.el llvm-mode was setting comment-start globally. However, it is better to only set it locally in the current buffer. Don't use purecopy in llvm-mode.el There's no reason to use purecopy in llvm-mode.el. purecopy is only needed for files that are dumped in emacs. Add a version header to llvm-mode.el Adding a version header to llvm-mode.el allows it to be installed by the Emacs package manager. There are not many requirements on the version number; however it is useful to users to bump it when something significant changes. Here I've chosen just to start at 1.0. Patch by Tom Tromey! llvm-svn: 323705
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud