emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/forms.el
Date: Wed, 18 May 2005 06:18:00 -0400

Index: emacs/lisp/forms.el
diff -c emacs/lisp/forms.el:2.50 emacs/lisp/forms.el:2.51
*** emacs/lisp/forms.el:2.50    Sat Apr 10 05:55:47 2004
--- emacs/lisp/forms.el Wed May 18 10:17:59 2005
***************
*** 63,69 ****
  ;; Automatic mode switching is supported if you specify
  ;; "-*- forms -*-" in the first line of the control file.
  ;;
! ;; The control file is visited, evaluated using `eval-current-buffer',
  ;; and should set at least the following variables:
  ;;
  ;;    forms-file                              [string]
--- 63,69 ----
  ;; Automatic mode switching is supported if you specify
  ;; "-*- forms -*-" in the first line of the control file.
  ;;
! ;; The control file is visited, evaluated using `eval-buffer',
  ;; and should set at least the following variables:
  ;;
  ;;    forms-file                              [string]
***************
*** 519,525 ****
                (yes-or-no-p
                 (concat "Evaluate lisp code in buffer "
                         (buffer-name) " to display forms ")))
!           (eval-current-buffer)
          (error "`enable-local-eval' inhibits buffer evaluation"))
  
        ;; Check if the mandatory variables make sense.
--- 519,525 ----
                (yes-or-no-p
                 (concat "Evaluate lisp code in buffer "
                         (buffer-name) " to display forms ")))
!           (eval-buffer)
          (error "`enable-local-eval' inhibits buffer evaluation"))
  
        ;; Check if the mandatory variables make sense.




reply via email to

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