mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
Add `visible-cursor'.
This commit is contained in:
parent
0db017c093
commit
98e071b53d
2 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue