diff options
| author | Katsumi Yamaoka | 2015-05-28 23:56:39 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2015-05-28 23:56:39 +0000 |
| commit | 528118919924eb20834aa4f7291c6d625892a677 (patch) | |
| tree | cd159cf4b7e080cf129f7ace5ad646a2ed6460e7 | |
| parent | d3605ed7d173aa1c23ad8944cf92e7b810330cb8 (diff) | |
| download | emacs-528118919924eb20834aa4f7291c6d625892a677.tar.gz emacs-528118919924eb20834aa4f7291c6d625892a677.zip | |
gnus-art.el: Re-revert last change
* lisp/gnus/gnus-art.el (gnus-button-alist): Re-revert last change.
cf. <http://news.gmane.org/group/gmane.emacs.devel/thread=186896>
| -rw-r--r-- | lisp/gnus/gnus-art.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index 7630afbdcf4..0ac9fb5b4de 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el | |||
| @@ -7827,11 +7827,11 @@ positives are possible." | |||
| 7827 | ("/\\([a-z][-a-z0-9]+\\.el\\)\\>[^.?]" | 7827 | ("/\\([a-z][-a-z0-9]+\\.el\\)\\>[^.?]" |
| 7828 | ;; Exclude [.?] for URLs in gmane.emacs.cvs | 7828 | ;; Exclude [.?] for URLs in gmane.emacs.cvs |
| 7829 | 1 (>= gnus-button-emacs-level 8) gnus-button-handle-library 1) | 7829 | 1 (>= gnus-button-emacs-level 8) gnus-button-handle-library 1) |
| 7830 | ("`\\([a-z][-a-z0-9]+\\.el\\)'" | 7830 | ("[`‘]\\([a-z][-a-z0-9]+\\.el\\)['’]" |
| 7831 | 1 (>= gnus-button-emacs-level 8) gnus-button-handle-library 1) | 7831 | 1 (>= gnus-button-emacs-level 8) gnus-button-handle-library 1) |
| 7832 | ("`\\([a-z][a-z0-9]+-[a-z0-9]+-[-a-z0-9]*[a-z]\\|\\(gnus\\|message\\)-[-a-z]+\\)'" | 7832 | ("[`‘]\\([a-z][a-z0-9]+-[a-z0-9]+-[-a-z0-9]*[a-z]\\|\\(gnus\\|message\\)-[-a-z]+\\)['’]" |
| 7833 | 0 (>= gnus-button-emacs-level 8) gnus-button-handle-symbol 1) | 7833 | 0 (>= gnus-button-emacs-level 8) gnus-button-handle-symbol 1) |
| 7834 | ("`\\([a-z][a-z0-9]+-[a-z]+\\)'" | 7834 | ("[`‘]\\([a-z][a-z0-9]+-[a-z]+\\)['’]" |
| 7835 | 0 (>= gnus-button-emacs-level 9) gnus-button-handle-symbol 1) | 7835 | 0 (>= gnus-button-emacs-level 9) gnus-button-handle-symbol 1) |
| 7836 | ("(setq[ \t\n]+\\([a-z][a-z0-9]+-[-a-z0-9]+\\)[ \t\n]+.+)" | 7836 | ("(setq[ \t\n]+\\([a-z][a-z0-9]+-[-a-z0-9]+\\)[ \t\n]+.+)" |
| 7837 | 1 (>= gnus-button-emacs-level 7) gnus-button-handle-describe-variable 1) | 7837 | 1 (>= gnus-button-emacs-level 7) gnus-button-handle-describe-variable 1) |
| @@ -7841,7 +7841,7 @@ positives are possible." | |||
| 7841 | 0 (>= gnus-button-emacs-level 1) gnus-button-handle-describe-function 2) | 7841 | 0 (>= gnus-button-emacs-level 1) gnus-button-handle-describe-function 2) |
| 7842 | ("\\b\\(C-h\\|<?[Ff]1>?\\)[ \t\n]+v[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET\\>" | 7842 | ("\\b\\(C-h\\|<?[Ff]1>?\\)[ \t\n]+v[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET\\>" |
| 7843 | 0 (>= gnus-button-emacs-level 1) gnus-button-handle-describe-variable 2) | 7843 | 0 (>= gnus-button-emacs-level 1) gnus-button-handle-describe-variable 2) |
| 7844 | ("`\\(\\(C-h\\|<?[Ff]1>?\\)[ \t\n]+k[ \t\n]+\\([^']+\\)\\)'" | 7844 | ("[`‘]\\(\\(C-h\\|<?[Ff]1>?\\)[ \t\n]+k[ \t\n]+\\([^'’]+\\)\\)['’]" |
| 7845 | ;; Unlike the other regexps we really have to require quoting | 7845 | ;; Unlike the other regexps we really have to require quoting |
| 7846 | ;; here to determine where it ends. | 7846 | ;; here to determine where it ends. |
| 7847 | 1 (>= gnus-button-emacs-level 1) gnus-button-handle-describe-key 3) | 7847 | 1 (>= gnus-button-emacs-level 1) gnus-button-handle-describe-key 3) |