FUEL: small fix.

db4
Jose A. Ortega Ruiz 2009-01-21 03:22:37 +01:00
parent e81c392706
commit 28cfe0fe63
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ the debugger."
(goto-char (point-min))
(when (search-forward (car ci) nil t)
(setq str (format "%c %s, %s" (cdr ci) (car ci) str))))))
(if (and (not err) fuel-debug--uses) "u to update USING:, " "")))
(if fuel-debug--uses "u to update USING:, " "")))
(defun fuel-debug--buffer-file ()
(with-current-buffer (fuel-debug--buffer)