emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/idlwave cbc2128b09 081/360: - Follow savannah fix


From: ELPA Syncer
Subject: [elpa] externals/idlwave cbc2128b09 081/360: - Follow savannah fix
Date: Sun, 28 Apr 2024 00:59:11 -0400 (EDT)

branch: externals/idlwave
commit cbc2128b090222fecbbb19fb5e06717efbaa2120
Author: jdsmith <jdsmith>
Commit: jdsmith <jdsmith>

    - Follow savannah fix
---
 idlwave.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/idlwave.el b/idlwave.el
index 617338d82d..50b94bf499 100644
--- a/idlwave.el
+++ b/idlwave.el
@@ -6,7 +6,7 @@
 ;;          Chris Chase <chase@att.com>
 ;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu>
 ;; Version: VERSIONTAG
-;; Date: $Date: 2003/05/13 18:52:52 $
+;; Date: $Date: 2003/05/14 21:50:04 $
 ;; Keywords: languages
 
 ;; This file is part of GNU Emacs.
@@ -2069,7 +2069,7 @@ An END token must be preceded by whitespace."
 Also checks if the correct end statement has been used."
   ;; All end statements are reserved words
   ;; Re-indent end line
-  (insert-char ?\ 1) ;; So indent, etc. work well
+  (insert-char ?\  1) ;; So indent, etc. work well
   (backward-char 1)
   (let* ((pos (point-marker))
         (last-abbrev-marker (copy-marker last-abbrev-location))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]