]> code.delx.au - gnu-emacs/blobdiff - lisp/emulation/viper-cmd.el
Update copyright year to 2015
[gnu-emacs] / lisp / emulation / viper-cmd.el
index 54690dd6a0f0c75de0fa18c3bb9d416b88073580..e41109a5619a37caeaf0bf74960a34f5cf979028 100644 (file)
@@ -1,6 +1,6 @@
 ;;; viper-cmd.el --- Vi command support for Viper
 
-;; Copyright (C) 1997-2014 Free Software Foundation, Inc.
+;; Copyright (C) 1997-2015 Free Software Foundation, Inc.
 
 ;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
 ;; Package: viper
@@ -4831,6 +4831,7 @@ Please, specify your level now: ")
   (beep 1))
 
 
+;; FIXME Use register-read-with-preview?
 ;; if ENFORCE-BUFFER is not nil, error if CHAR is a marker in another buffer
 (defun viper-register-to-point (char &optional enforce-buffer)
   "Like `jump-to-register', but switches to another buffer in another window."