emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/lisp-mnt.el


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/lisp-mnt.el
Date: Sat, 06 Aug 2005 13:09:16 -0400

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 <address@hidden>
  ;; 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 <address@hidden>
  ;; 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]