/[emacs]/emacs/lisp/simple.el
ViewVC logotype

Diff of /emacs/lisp/simple.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.743 by ttn, Sat Aug 6 22:13:43 2005 UTC revision 1.744 by rms, Thu Aug 11 13:58:59 2005 UTC
# Line 3240  as a fallback, and won't change the buff Line 3240  as a fallback, and won't change the buff
3240      (or (and (>= position (point-min))      (or (and (>= position (point-min))
3241               (<= position (point-max)))               (<= position (point-max)))
3242          (if widen-automatically          (if widen-automatically
3243              (error "Global mark position is outside accessible part of buffer")              (widen)
3244            (widen)))            (error "Global mark position is outside accessible part of buffer")))
3245      (goto-char position)      (goto-char position)
3246      (switch-to-buffer buffer)))      (switch-to-buffer buffer)))
3247    

Legend:
Removed from v.1.743  
changed lines
  Added in v.1.744

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26