File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
34
34
; ;; Code:
35
35
36
- (require 'cl )
36
+ (require 'cl-lib )
37
37
(require 'php-mode )
38
38
(require 'format-spec )
39
39
(require 'json )
@@ -539,7 +539,7 @@ buffer."
539
539
(buffer-string )))))
540
540
(when (not config)
541
541
(error " No Drupal SQL configuration found. " ))
542
- (destructuring-bind (&key database driver &allow-other-keys) config
542
+ (cl- destructuring-bind (&key database driver &allow-other-keys) config
543
543
(let ((sql-interactive-product
544
544
(drupal--db-driver-to-sql-product driver))
545
545
(start-buffer (current-buffer ))
@@ -835,7 +835,7 @@ Used in `drupal-insert-hook' and `drupal-insert-function'."
835
835
(insert name)
836
836
name)))
837
837
838
- (defun * drupal-module-major-version (&key version default )
838
+ (cl- defun drupal-module-major-version (&key version default )
839
839
" Return a modules major version number.
840
840
If VERSION is not set derive it from the buffer local variable
841
841
`drupal-major-version' .
You can’t perform that action at this time.
0 commit comments