Mercurial > emacs
changeset 67936:07ec77ecb7b5
Add `visible-cursor'.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 30 Dec 2005 21:54:32 +0000 |
parents | 52bbc53dbce1 |
children | cee5814efd02 |
files | lisp/ChangeLog lisp/cus-start.el |
diffstat | 2 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Dec 30 21:48:35 2005 +0000 +++ b/lisp/ChangeLog Fri Dec 30 21:54:32 2005 +0000 @@ -1,5 +1,7 @@ 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca> + * cus-start.el: Add `visible-cursor'. + * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify. (flymake-parse-output-and-residual): Remove `source-buffer' argument. (flymake-process-filter): Switch to buffer before calling it instead.
--- a/lisp/cus-start.el Fri Dec 30 21:48:35 2005 +0000 +++ b/lisp/cus-start.el Fri Dec 30 21:54:32 2005 +0000 @@ -274,6 +274,8 @@ (words-include-escapes editing-basics boolean) (open-paren-in-column-0-is-defun-start editing-basics boolean "21.1") + ;; term.c + (visible-cursor cursor boolean "22.1") ;; undo.c (undo-limit undo integer) (undo-strong-limit undo integer)