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 )
@@ -543,7 +543,7 @@ buffer."
543
543
(buffer-string )))))
544
544
(when (not config)
545
545
(error " No Drupal SQL configuration found. " ))
546
- (destructuring-bind (&key database driver &allow-other-keys) config
546
+ (cl- destructuring-bind (&key database driver &allow-other-keys) config
547
547
(let ((sql-interactive-product
548
548
(drupal--db-driver-to-sql-product driver))
549
549
(start-buffer (current-buffer ))
@@ -839,7 +839,7 @@ Used in `drupal-insert-hook' and `drupal-insert-function'."
839
839
(insert name)
840
840
name)))
841
841
842
- (defun * drupal-module-major-version (&key version default )
842
+ (cl- defun drupal-module-major-version (&key version default )
843
843
" Return a modules major version number.
844
844
If VERSION is not set derive it from the buffer local variable
845
845
`drupal-major-version' .
You can’t perform that action at this time.
0 commit comments