[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/lentic 0a96ba6fe8 304/333: Remove pointless oset
From: |
ELPA Syncer |
Subject: |
[elpa] externals/lentic 0a96ba6fe8 304/333: Remove pointless oset |
Date: |
Tue, 27 Feb 2024 13:00:47 -0500 (EST) |
branch: externals/lentic
commit 0a96ba6fe8868722297c08f20f4c7669587745ba
Author: Phillip Lord <phillip.lord@russet.org.uk>
Commit: Phillip Lord <phillip.lord@russet.org.uk>
Remove pointless oset
The oset forms were copied from somewhere and do precisely nothing.
---
lentic-script.el | 37 +++++++++++++++++++------------------
1 file changed, 19 insertions(+), 18 deletions(-)
diff --git a/lentic-script.el b/lentic-script.el
index ce880c0467..93b3b9022a 100644
--- a/lentic-script.el
+++ b/lentic-script.el
@@ -60,36 +60,37 @@
:lentic-file
(lentic-script-lentic-file))))
+;;;###autoload
(lentic-script-hook 'python-mode-hook
'lentic-python-script-init)
;;;###autoload
(defun lentic-bash-script-init ()
- (lentic-m-oset
- (lentic-cookie-unmatched-commented-chunk-configuration
- "temp"
- :this-buffer (current-buffer)
- :comment "## "
- :comment-start "#\\\+BEGIN_SRC sh"
- :comment-stop "#\\\+END_SRC"
- :lentic-file
- (lentic-script-lentic-file))))
+ (lentic-cookie-unmatched-commented-chunk-configuration
+ "temp"
+ :this-buffer (current-buffer)
+ :comment "## "
+ :comment-start "#\\\+BEGIN_SRC sh"
+ :comment-stop "#\\\+END_SRC"
+ :lentic-file
+ (lentic-script-lentic-file)))
+;;;###autoload
(lentic-script-hook 'shell-mode-hook
'lentic-bash-script-init)
;;;###autoload
(defun lentic-lua-script-init ()
- (lentic-m-oset
- (lentic-cookie-unmatched-commented-chunk-configuration
- "temp"
- :this-buffer (current-buffer)
- :comment "-- "
- :comment-start "#\\\+BEGIN_SRC lua"
- :comment-stop "#\\\+END_SRC"
- :lentic-file
- (lentic-script-lentic-file))))
+ (lentic-cookie-unmatched-commented-chunk-configuration
+ "temp"
+ :this-buffer (current-buffer)
+ :comment "-- "
+ :comment-start "#\\\+BEGIN_SRC lua"
+ :comment-stop "#\\\+END_SRC"
+ :lentic-file
+ (lentic-script-lentic-file)))
+;;;###autoload
(lentic-script-hook 'lua-mode-hook
#'lentic-lua-script-init)
- [elpa] externals/lentic e8e448e149 324/333: Merge pull request #55 from ether42/master, (continued)
- [elpa] externals/lentic e8e448e149 324/333: Merge pull request #55 from ether42/master, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 37f9fedb44 284/333: Remove marmalade., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 0f7664a90f 318/333: Log to external-debugging-output, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 621671d1a7 269/333: Garbage Collects configs on init., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 08f9b0f4d1 274/333: Merge branch 'master' of github.com:phillord/lentic, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 90fb12acdf 326/333: Fix duplicated code error., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic e41580a2dc 319/333: Fix typo in markup, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 8655ecd51e 293/333: v0.11 release., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 6b4737219e 297/333: Document tests, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 90a05765eb 313/333: Add autoload cookie to lentic-init-functions, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 0a96ba6fe8 304/333: Remove pointless oset,
ELPA Syncer <=
- [elpa] externals/lentic f0253ea3e7 290/333: New menu option "force clone"., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 91f231555e 283/333: Unmatched config returns correct type for invert., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic ee916b45fe 314/333: Add support for asciidoc->el, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic e3f4e6f7be 155/333: Fix variable name., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic b8b51e2c79 163/333: Change dir-locals to reflect changes in m-buffer., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic dfe8beca1b 159/333: noisy-change.el support file added., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic eb2d1fc472 158/333: Makefile for test., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic a6c07abcec 157/333: README added for examples., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic ea6dd6dd9d 162/333: Documentation updates., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic c0e73bda5f 170/333: Examples all updated to be self-describing., ELPA Syncer, 2024/02/27