aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
diff options
context:
space:
mode:
authorGlenn Morris2014-02-02 16:40:49 -0800
committerGlenn Morris2014-02-02 16:40:49 -0800
commit6a6b8e405e82dfcc506bb926f742c9fa1f5b080b (patch)
tree5469241861b6b0501fdbce2486caec0789053e2b /lisp/emulation
parent5dca7759a78e8b2a50308a9d5f276799ec46c975 (diff)
downloademacs-6a6b8e405e82dfcc506bb926f742c9fa1f5b080b.tar.gz
emacs-6a6b8e405e82dfcc506bb926f742c9fa1f5b080b.zip
Be more consistent in using register-read-with-preview to read registers
* frameset.el (frameset-to-register): * kmacro.el (kmacro-to-register): * register.el (increment-register): * calc/calc-yank.el (calc-copy-to-register, calc-insert-register) (calc-append-to-register, calc-prepend-to-register): * play/gametree.el (gametree-layout-to-register) (gametree-apply-register-layout): * textmodes/picture.el (picture-clear-rectangle-to-register) (picture-yank-rectangle-from-register): * vc/emerge.el (emerge-combine-versions-register): Use register-read-with-preview to read registers. * cedet/semantic/senator.el (senator-copy-tag-to-register): Use register-read-with-preview, if available. * calculator.el, emulation/viper-cmd.el: Comments.
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/viper-cmd.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emulation/viper-cmd.el b/lisp/emulation/viper-cmd.el
index 54690dd6a0f..8ce63b4e63e 100644
--- a/lisp/emulation/viper-cmd.el
+++ b/lisp/emulation/viper-cmd.el
@@ -4831,6 +4831,7 @@ Please, specify your level now: ")
4831 (beep 1)) 4831 (beep 1))
4832 4832
4833 4833
4834;; FIXME Use register-read-with-preview?
4834;; if ENFORCE-BUFFER is not nil, error if CHAR is a marker in another buffer 4835;; if ENFORCE-BUFFER is not nil, error if CHAR is a marker in another buffer
4835(defun viper-register-to-point (char &optional enforce-buffer) 4836(defun viper-register-to-point (char &optional enforce-buffer)
4836 "Like `jump-to-register', but switches to another buffer in another window." 4837 "Like `jump-to-register', but switches to another buffer in another window."