/[emacs]/emacs/lisp/mh-e/mh-customize.el
ViewVC logotype

Diff of /emacs/lisp/mh-e/mh-customize.el

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

revision 1.23 by satyakid, Sun Oct 23 22:34:33 2005 UTC revision 1.24 by wohler, Mon Oct 24 05:24:59 2005 UTC
# Line 946  is added to the yanked region." Line 946  is added to the yanked region."
946  ;;; Ranges (:group 'mh-ranges)  ;;; Ranges (:group 'mh-ranges)
947    
948  (defcustom mh-interpret-number-as-range-flag t  (defcustom mh-interpret-number-as-range-flag t
949    "Non-nil means interpret a number as a range.    "On means interpret a number as a range.
950  If the variable is non-nil, and you use an integer, N, when asked for a  Since one of the most frequent ranges used is \"last:N\", MH-E will interpret
951  range to scan, then MH-E uses the range \"last:N\"."  input such as \"200\" as \"last:200\" if this option is on (which is the
952    default). If you need to scan just the message 200, then use the range
953    \"200:200\"."
954    :type 'boolean    :type 'boolean
955    :group 'mh-ranges)    :group 'mh-ranges)
956    

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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