/[emacs]/emacs/lisp/emacs-lisp/lisp-mnt.el
ViewVC logotype

Diff of /emacs/lisp/emacs-lisp/lisp-mnt.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.49 by lute, Mon Jul 4 17:33:35 2005 UTC revision 1.50 by ttn, Sat Aug 6 17:08:59 2005 UTC
# Line 1  Line 1 
1  ;;; lisp-mnt.el --- utility functions for Emacs Lisp maintainers  ;;; lisp-mnt.el --- utility functions for Emacs Lisp maintainers
2    
3  ;; Copyright (C) 1992, 1994, 1997, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.  ;; Copyright (C) 1992, 1994, 1997, 2000, 2001, 2002, 2003, 2004,
4    ;;   2005 Free Software Foundation, Inc.
5    
6  ;; Author: Eric S. Raymond <esr@snark.thyrsus.com>  ;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
7  ;; Maintainer: FSF  ;; Maintainer: FSF
# Line 306  If FILE is nil, execute BODY in the curr Line 307  If FILE is nil, execute BODY in the curr
307               (insert-file-contents ,filesym)               (insert-file-contents ,filesym)
308               (lisp-mode)               (lisp-mode)
309               ,@body)               ,@body)
310           (save-excursion           (save-excursion
311             ;; Switching major modes is too drastic, so just switch             ;; Switching major modes is too drastic, so just switch
312             ;; temporarily to the Lisp mode syntax table.             ;; temporarily to the Lisp mode syntax table.
313             (with-syntax-table lisp-mode-syntax-table             (with-syntax-table lisp-mode-syntax-table

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26