Mercurial > hg > xemacs-beta
diff lisp/lisp-mode.el @ 227:0e522484dd2a r20-5b12
Import from CVS: tag r20-5b12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:12:37 +0200 |
parents | 262b8bb4a523 |
children | 727739f917cb |
line wrap: on
line diff
--- a/lisp/lisp-mode.el Mon Aug 13 10:11:42 2007 +0200 +++ b/lisp/lisp-mode.el Mon Aug 13 10:12:37 2007 +0200 @@ -36,6 +36,11 @@ ;;; Code: +(defgroup lisp nil + "Lisp support, including Emacs Lisp." + :group 'languages + :group 'development) + (defvar lisp-mode-syntax-table nil "") (defvar emacs-lisp-mode-syntax-table nil "") (defvar lisp-mode-abbrev-table nil "") @@ -744,6 +749,7 @@ (put 'if 'lisp-indent-function 2) (put 'catch 'lisp-indent-function 1) (put 'condition-case 'lisp-indent-function 2) +(put 'call-with-condition-handler 'lisp-indent-function 2) (put 'unwind-protect 'lisp-indent-function 1) (put 'save-current-buffer 'lisp-indent-function 0) (put 'with-current-buffer 'lisp-indent-function 1)