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)))
  


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

Reply via email to