emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Thu, 11 Aug 2005 09:59:03 -0400

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.743 emacs/lisp/simple.el:1.744
*** emacs/lisp/simple.el:1.743  Sat Aug  6 22:13:43 2005
--- emacs/lisp/simple.el        Thu Aug 11 13:58:59 2005
***************
*** 3240,3247 ****
      (or (and (>= position (point-min))
             (<= position (point-max)))
        (if widen-automatically
!           (error "Global mark position is outside accessible part of buffer")
!         (widen)))
      (goto-char position)
      (switch-to-buffer buffer)))
  
--- 3240,3247 ----
      (or (and (>= position (point-min))
             (<= position (point-max)))
        (if widen-automatically
!           (widen)
!         (error "Global mark position is outside accessible part of buffer")))
      (goto-char position)
      (switch-to-buffer buffer)))
  




reply via email to

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