comparison lisp/emulation/viper-util.el @ 38414:67b464da13ec

Some fixes to follow coding conventions.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 15 Jul 2001 19:53:53 +0000
parents f6386773ce30
children 10482dd382e7
comparison
equal deleted inserted replaced
38413:a26d9b55abb6 38414:67b464da13ec
1 ;;; viper-util.el --- Utilities used by viper.el 1 ;;; viper-util.el --- utilities used by viper.el
2 2
3 ;; Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. 3 ;; Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
4 4
5 ;; This file is part of GNU Emacs. 5 ;; This file is part of GNU Emacs.
6 6
17 ;; You should have received a copy of the GNU General Public License 17 ;; You should have received a copy of the GNU General Public License
18 ;; along with GNU Emacs; see the file COPYING. If not, write to the 18 ;; along with GNU Emacs; see the file COPYING. If not, write to the
19 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20 ;; Boston, MA 02111-1307, USA. 20 ;; Boston, MA 02111-1307, USA.
21 21
22 22 ;;; Commentary:
23 ;; Code 23
24 ;;; Code:
24 25
25 ;; Compiler pacifier 26 ;; Compiler pacifier
26 (defvar viper-overriding-map) 27 (defvar viper-overriding-map)
27 (defvar pm-color-alist) 28 (defvar pm-color-alist)
28 (defvar zmacs-region-stays) 29 (defvar zmacs-region-stays)
1380 1381
1381 ;;; Local Variables: 1382 ;;; Local Variables:
1382 ;;; eval: (put 'viper-deflocalvar 'lisp-indent-hook 'defun) 1383 ;;; eval: (put 'viper-deflocalvar 'lisp-indent-hook 'defun)
1383 ;;; End: 1384 ;;; End:
1384 1385
1385 ;;; viper-util.el ends here 1386 ;;; viper-util.el ends here