diff options
author | 2011-12-31 16:39:25 -0500 | |
---|---|---|
committer | 2011-12-31 16:39:25 -0500 | |
commit | ae8dddf78ef5b07f4d64471d8f6800746373af6e (patch) | |
tree | 7c823a6df24dbec739559953e1c5d044067e226b /modules/textadept/bookmarks.lua | |
parent | d9b2bf4b99d13e18f0ca4939e7f2ccc75472a846 (diff) | |
download | textadept-ae8dddf78ef5b07f4d64471d8f6800746373af6e.tar.gz textadept-ae8dddf78ef5b07f4d64471d8f6800746373af6e.zip |
Code cleanup.
Diffstat (limited to 'modules/textadept/bookmarks.lua')
-rw-r--r-- | modules/textadept/bookmarks.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/textadept/bookmarks.lua b/modules/textadept/bookmarks.lua index 38a031e0..74a2ad7d 100644 --- a/modules/textadept/bookmarks.lua +++ b/modules/textadept/bookmarks.lua @@ -15,9 +15,7 @@ module('_m.textadept.bookmarks')]] -- * `MARK_BOOKMARK_COLOR` [number]: The color used for a bookmarked line in -- `0xBBGGRR` format. --- settings M.MARK_BOOKMARK_COLOR = 0xB3661A --- end settings local MARK_BOOKMARK = _SCINTILLA.next_marker_number() |