From 98e071b53d170a96ade87bc1c9ee2b7368daab63 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 30 Dec 2005 21:54:32 +0000 Subject: [PATCH] Add `visible-cursor'. --- lisp/ChangeLog | 2 ++ lisp/cus-start.el | 2 ++ 2 files changed, 4 insertions(+) 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 + * 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) -- 2.39.5