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.
auto-revert-mode
1 parent 91cd3f9 commit d9e2137Copy full SHA for d9e2137
drupal-mode.el
@@ -488,6 +488,7 @@ should save your files with unix style end of line."
488
(format-spec drupal-search-url `((?v . ,(drupal-major-version drupal-version))
489
(?s . ,symbol)))))))))
490
491
+;;;###autoload
492
(defun drupal-tail-drupal-debug-txt ()
493
"Tail drupal_debug.txt.
494
If a drupal_debug.txt exists in the sites temporary directory
@@ -506,7 +507,7 @@ buffer."
506
507
(dd (concat tmp "/drupal_debug.txt")))
508
(when (file-readable-p dd)
509
(find-file-other-window dd)
- (auto-revert-tail-mode 1)))))
510
+ (auto-revert-mode 1)))))
511
512
(defun drupal-wrap-string-in-t-function ()
513
"If point is inside a string wrap the string in the t() function."
0 commit comments