diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2009-01-31 22:10:22 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2009-01-31 22:10:22 +0000 |
commit | fa043571b26751e8e6cb9bb246ecd0aafacd1ca7 (patch) | |
tree | b515d06d95ecd17c103ed8dc1638204f9012d55f /lisp/ediff-diff.el | |
parent | 062ca6f69ab2b8f1ddac138d8b212e003a13e330 (diff) | |
download | emacs-fa043571b26751e8e6cb9bb246ecd0aafacd1ca7.tar.gz |
Follow commenting conventions.
Diffstat (limited to 'lisp/ediff-diff.el')
-rw-r--r-- | lisp/ediff-diff.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/ediff-diff.el b/lisp/ediff-diff.el index 268ff8c0715..75379f3da7a 100644 --- a/lisp/ediff-diff.el +++ b/lisp/ediff-diff.el @@ -1529,11 +1529,11 @@ affects only files whose names match the expression." -;;; Local Variables: -;;; eval: (put 'ediff-defvar-local 'lisp-indent-hook 'defun) -;;; eval: (put 'ediff-with-current-buffer 'lisp-indent-hook 1) -;;; eval: (put 'ediff-with-current-buffer 'edebug-form-spec '(form body)) -;;; End: +;; Local Variables: +;; eval: (put 'ediff-defvar-local 'lisp-indent-hook 'defun) +;; eval: (put 'ediff-with-current-buffer 'lisp-indent-hook 1) +;; eval: (put 'ediff-with-current-buffer 'edebug-form-spec '(form body)) +;; End: ;; arch-tag: a86d448e-58d7-4572-a1d9-fdedfa22f648 ;;; ediff-diff.el ends here |