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

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

[nongnu] elpa/d-mode f4176c0 060/346: Correct the spelling error Sergei


From: ELPA Syncer
Subject: [nongnu] elpa/d-mode f4176c0 060/346: Correct the spelling error Sergei spotted and reported.
Date: Sun, 29 Aug 2021 11:00:04 -0400 (EDT)

branch: elpa/d-mode
commit f4176c0338d78460701af9df3b286a5350bd5a4f
Author: Russel Winder <russel@winder.org.uk>
Commit: Russel Winder <russel@winder.org.uk>

    Correct the spelling error Sergei spotted and reported.
---
 d-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/d-mode.el b/d-mode.el
index b27e868..c875667 100644
--- a/d-mode.el
+++ b/d-mode.el
@@ -509,8 +509,8 @@ Key bindings:
 ;;
 ;; (add-hook 'd-mode-hook
 ;;                  '(lambda ()
-;;                     (add-to-list 'c-offsets-alist '(arglist-cont-nonempty . 
c-lineup-cascaded-calls))
-;;                     (add-to-list 'c-offsets-alist '(statement-cont . 
c-lineup-cascaded-calls))))
+;;                     (add-to-list 'c-offsets-alist '(arglist-cont-nonempty . 
d-lineup-cascaded-calls))
+;;                     (add-to-list 'c-offsets-alist '(statement-cont . 
d-lineup-cascaded-calls))))
 
 (defun d-lineup-cascaded-calls (langelem)
   "This is a modified `c-lineup-cascaded-calls' function for the



reply via email to

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