diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-12-30 21:54:32 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-12-30 21:54:32 +0000 |
commit | 98e071b53d170a96ade87bc1c9ee2b7368daab63 (patch) | |
tree | 108acca8d68ef84589af881b5f4d4f5eb9d34960 /lisp | |
parent | 0db017c09391a170a0fbd21f51875d49222c9ee8 (diff) | |
download | emacs-98e071b53d170a96ade87bc1c9ee2b7368daab63.tar.gz |
Add `visible-cursor'.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 2 | ||||
-rw-r--r-- | lisp/cus-start.el | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 21c04a6678b..0a7f017aea0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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. diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 9bb26ec3d08..431a8866de3 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -274,6 +274,8 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of (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) |