]> git.eshelyaron.com Git - emacs.git/commitdiff
Add `visible-cursor'.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 30 Dec 2005 21:54:32 +0000 (21:54 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 30 Dec 2005 21:54:32 +0000 (21:54 +0000)
lisp/ChangeLog
lisp/cus-start.el

index 21c04a6678b6643e35ccfedc7cbee5b9eef8a0c6..0a7f017aea0b8c0448c6b1ea413c67200cda0a4a 100644 (file)
@@ -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.
index 9bb26ec3d08f9d147e79dde5ce1daa891bbf74da..431a8866de3210f4b83433e0f5cb2db632d7272d 100644 (file)
@@ -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)