[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/cdlatex 33770dec73 4/4: Fix typo in AUTOFILE mechanism
|
From: |
ELPA Syncer |
|
Subject: |
[nongnu] elpa/cdlatex 33770dec73 4/4: Fix typo in AUTOFILE mechanism |
|
Date: |
Sat, 18 Nov 2023 03:59:40 -0500 (EST) |
branch: elpa/cdlatex
commit 33770dec73138909714711b05a63e79da5a19ccd
Author: Carsten Dominik <carsten.dominik@gmail.com>
Commit: Carsten Dominik <carsten.dominik@gmail.com>
Fix typo in AUTOFILE mechanism
---
cdlatex.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cdlatex.el b/cdlatex.el
index 9dff9fe4d7..8d1cc618f1 100644
--- a/cdlatex.el
+++ b/cdlatex.el
@@ -3,7 +3,7 @@
;;
;; Author: Carsten Dominik <carsten.dominik@gmail.com>
;; Keywords: tex
-;; Version: 4.18c
+;; Version: 4.18d
;;
;; This file is not part of GNU Emacs.
;;
@@ -1101,7 +1101,7 @@ the template. This is mainly useful for \"items\" of
environments, where
(goto-char begpos)
(while (search-forward "AUTOFILE" (marker-position endmarker) t)
(backward-delete-char 8)
- (call-interactively 'cdlatexi-nsert-filename))
+ (call-interactively 'cdlatex-insert-filename))
;; Look for AUTOLABEL requests
(goto-char begpos)