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)