Mercurial > hg > xemacs-beta
changeset 5528:dc88f282ddc3
Merge.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Fri, 24 Jun 2011 19:59:35 +0100 |
parents | 9a046b2e6494 (current diff) b3b28406da8c (diff) |
children | 3d1f8f0e690f |
files | lisp/ChangeLog |
diffstat | 2 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Jun 23 08:55:35 2011 +0200 +++ b/lisp/ChangeLog Fri Jun 24 19:59:35 2011 +0100 @@ -4,6 +4,12 @@ * frame.el (get-other-frame): Add missing first argument THIS to the call to NEXT-FRAME. +2011-06-24 Aidan Kehoe <kehoea@parhasard.net> + + * view-less.el (view): + Add a custom group to this file, so view-mode-line-string has an + associated custom group automatically. + 2011-06-19 Aidan Kehoe <kehoea@parhasard.net> * cl-macs.el (cl-defsubst-expand):
--- a/lisp/view-less.el Thu Jun 23 08:55:35 2011 +0200 +++ b/lisp/view-less.el Fri Jun 24 19:59:35 2011 +0100 @@ -38,6 +38,11 @@ ;;; Code: +(defgroup view nil + "Peruse file or buffer without editing." + :link '(function-link view-mode) + :group 'wp) + (defvar view-search-string "" "Last string searched for with view-search functions.")