We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1627981 commit 5911ac2Copy full SHA for 5911ac2
drupal-mode.el
@@ -374,10 +374,11 @@ of the project)."
374
drupal-drush-program)
375
(let ((root drupal-rootdir)
376
(code (buffer-substring (region-beginning) (region-end))))
377
- (with-temp-buffer-window "*drush php-eval*" nil nil
378
- (message "PHP eval...")
379
- (call-process drupal-drush-program nil t nil (concat "--root=" (expand-file-name root)) "php-eval" code)
380
- (message "PHP eval...done")))))
+ (with-temp-buffer-window
+ "*drush php-eval*" nil nil
+ (message "PHP eval...")
+ (call-process drupal-drush-program nil t nil (concat "--root=" (expand-file-name root)) "php-eval" code)
381
+ (message "PHP eval...done")))))
382
383
384
0 commit comments