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

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

[elpa] externals/phps-mode ab43d56fa5 3/5: Fixed issue with bookkeeping


From: Christian Johansson
Subject: [elpa] externals/phps-mode ab43d56fa5 3/5: Fixed issue with bookkeeping trait declarations
Date: Sun, 5 Mar 2023 03:43:32 -0500 (EST)

branch: externals/phps-mode
commit ab43d56fa5eb709c94d72af2e3c86b694245a944
Author: christian <christian@cvj.se>
Commit: christian <christian@cvj.se>

    Fixed issue with bookkeeping trait declarations
---
 phps-mode-parser-sdt.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/phps-mode-parser-sdt.el b/phps-mode-parser-sdt.el
index 25fc7d40ea..eb6cb55909 100644
--- a/phps-mode-parser-sdt.el
+++ b/phps-mode-parser-sdt.el
@@ -993,7 +993,7 @@
                         imenu-nail
                         phps-mode-parser-sdt-symbol-imenu--table))
                     (let ((imenu-object (make-hash-table :test 'equal)))
-                      (puthash 'declaration (nth 1 imenu-class) imenu-object)
+                      (puthash 'declaration (nth 1 imenu-trait) imenu-object)
                       (puthash
                        imenu-nail2
                        imenu-object
@@ -1094,7 +1094,7 @@
                    imenu-nail
                    phps-mode-parser-sdt-symbol-imenu--table)
                 (let ((imenu-object (make-hash-table :test 'equal)))
-                  (puthash 'declaration (nth 1 imenu-class) imenu-object)
+                  (puthash 'declaration (nth 1 imenu-trait) imenu-object)
                   (puthash
                    imenu-nail
                    imenu-object



reply via email to

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