comparison lisp/net/browse-url.el @ 102997:16c9c375ab15

browse-url.el (browse-url-filename-alist): Update :version for last change.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 16 Apr 2009 04:08:15 +0000
parents 3c287035dd2c
children d04b8967407b
comparison
equal deleted inserted replaced
102996:3292a88d45ce 102997:16c9c375ab15
464 (\"^/\\([^:@]+@\\)?\\([^:]+\\):/*\" . \"ftp://\\1\\2/\") 464 (\"^/\\([^:@]+@\\)?\\([^:]+\\):/*\" . \"ftp://\\1\\2/\")
465 (\"^/+\" . \"file:/\")))" 465 (\"^/+\" . \"file:/\")))"
466 :type '(repeat (cons :format "%v" 466 :type '(repeat (cons :format "%v"
467 (regexp :tag "Regexp") 467 (regexp :tag "Regexp")
468 (string :tag "Replacement"))) 468 (string :tag "Replacement")))
469 :version "20.3" 469 :version "23.1"
470 :group 'browse-url) 470 :group 'browse-url)
471 471
472 (defcustom browse-url-save-file nil 472 (defcustom browse-url-save-file nil
473 "If non-nil, save the buffer before displaying its file. 473 "If non-nil, save the buffer before displaying its file.
474 Used by the `browse-url-of-file' command." 474 Used by the `browse-url-of-file' command."