comparison lisp/ediff-init.el @ 38422:7a94f1c588c4

Some fixes to follow coding conventions.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 16 Jul 2001 07:46:48 +0000
parents f6386773ce30
children 10482dd382e7
comparison
equal deleted inserted replaced
38421:207796d8dffc 38422:7a94f1c588c4
1 ;;; ediff-init.el --- Macros, variables, and defsubsts used by Ediff 1 ;;; ediff-init.el --- macros, variables, and defsubsts used by Ediff
2 2
3 ;; Copyright (C) 1994, 1995, 1996, 1997, 2000 Free Software Foundation, Inc. 3 ;; Copyright (C) 1994, 1995, 1996, 1997, 2000 Free Software Foundation, Inc.
4 4
5 ;; Author: Michael Kifer <kifer@cs.sunysb.edu> 5 ;; Author: Michael Kifer <kifer@cs.sunysb.edu>
6 6
18 18
19 ;; You should have received a copy of the GNU General Public License 19 ;; You should have received a copy of the GNU General Public License
20 ;; along with GNU Emacs; see the file COPYING. If not, write to the 20 ;; along with GNU Emacs; see the file COPYING. If not, write to the
21 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 21 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
22 ;; Boston, MA 02111-1307, USA. 22 ;; Boston, MA 02111-1307, USA.
23
24 ;;; Commentary:
23 25
24 ;;; Code: 26 ;;; Code:
25 27
26 ;; Start compiler pacifier 28 ;; Start compiler pacifier
27 (defvar ediff-metajob-name) 29 (defvar ediff-metajob-name)
1778 ;;; eval: (put 'ediff-with-current-buffer 'edebug-form-spec '(form body)) 1780 ;;; eval: (put 'ediff-with-current-buffer 'edebug-form-spec '(form body))
1779 ;;; End: 1781 ;;; End:
1780 1782
1781 (provide 'ediff-init) 1783 (provide 'ediff-init)
1782 1784
1783 1785 ;;; ediff-init.el ends here
1784 ;;; ediff-init.el ends here