Index: emacs/lisp/emacs-lisp/lisp-mnt.el
diff -c emacs/lisp/emacs-lisp/lisp-mnt.el:1.49 
emacs/lisp/emacs-lisp/lisp-mnt.el:1.50
*** emacs/lisp/emacs-lisp/lisp-mnt.el:1.49      Mon Jul  4 17:33:35 2005
--- emacs/lisp/emacs-lisp/lisp-mnt.el   Sat Aug  6 17:08:59 2005
***************
*** 1,6 ****
  ;;; lisp-mnt.el --- utility functions for Emacs Lisp maintainers
  
! ;; Copyright (C) 1992, 1994, 1997, 2000, 2001, 2003, 2004 Free Software 
Foundation, Inc.
  
  ;; Author: Eric S. Raymond <[EMAIL PROTECTED]>
  ;; Maintainer: FSF
--- 1,7 ----
  ;;; lisp-mnt.el --- utility functions for Emacs Lisp maintainers
  
! ;; Copyright (C) 1992, 1994, 1997, 2000, 2001, 2002, 2003, 2004,
! ;;   2005 Free Software Foundation, Inc.
  
  ;; Author: Eric S. Raymond <[EMAIL PROTECTED]>
  ;; Maintainer: FSF
***************
*** 306,312 ****
             (insert-file-contents ,filesym)
             (lisp-mode)
             ,@body)
!        (save-excursion 
           ;; Switching major modes is too drastic, so just switch
           ;; temporarily to the Lisp mode syntax table.
           (with-syntax-table lisp-mode-syntax-table
--- 307,313 ----
             (insert-file-contents ,filesym)
             (lisp-mode)
             ,@body)
!        (save-excursion
           ;; Switching major modes is too drastic, so just switch
           ;; temporarily to the Lisp mode syntax table.
           (with-syntax-table lisp-mode-syntax-table


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to