aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2005-12-30 21:54:32 +0000
committerStefan Monnier2005-12-30 21:54:32 +0000
commit98e071b53d170a96ade87bc1c9ee2b7368daab63 (patch)
tree108acca8d68ef84589af881b5f4d4f5eb9d34960
parent0db017c09391a170a0fbd21f51875d49222c9ee8 (diff)
downloademacs-98e071b53d170a96ade87bc1c9ee2b7368daab63.tar.gz
emacs-98e071b53d170a96ade87bc1c9ee2b7368daab63.zip
Add `visible-cursor'.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/cus-start.el2
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 @@
12005-12-30 Stefan Monnier <monnier@iro.umontreal.ca> 12005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * cus-start.el: Add `visible-cursor'.
4
3 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify. 5 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
4 (flymake-parse-output-and-residual): Remove `source-buffer' argument. 6 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
5 (flymake-process-filter): Switch to buffer before calling it instead. 7 (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
274 (words-include-escapes editing-basics boolean) 274 (words-include-escapes editing-basics boolean)
275 (open-paren-in-column-0-is-defun-start editing-basics boolean 275 (open-paren-in-column-0-is-defun-start editing-basics boolean
276 "21.1") 276 "21.1")
277 ;; term.c
278 (visible-cursor cursor boolean "22.1")
277 ;; undo.c 279 ;; undo.c
278 (undo-limit undo integer) 280 (undo-limit undo integer)
279 (undo-strong-limit undo integer) 281 (undo-strong-limit undo integer)