# HG changeset patch # User Stefan Monnier # Date 1180111330 0 # Node ID eaa1a54ec3ee1c1cc2c19399b09a62c5335fc8e9 # Parent c2b0d8bb6ca7bbb02c3e5b92236a631d4ac2e489 Fix up comment convention. diff -r c2b0d8bb6ca7 -r eaa1a54ec3ee lisp/ediff-util.el --- a/lisp/ediff-util.el Fri May 25 16:41:25 2007 +0000 +++ b/lisp/ediff-util.el Fri May 25 16:42:10 2007 +0000 @@ -4315,11 +4315,11 @@ (provide 'ediff-util) -;;; 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: f51099b6-ef4b-470f-88a1-3a0e0b03a879 +;; 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: f51099b6-ef4b-470f-88a1-3a0e0b03a879 ;;; ediff-util.el ends here