comparison lisp/emulation/viper-init.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 e26b0d79408b
children 8dccf2552307
comparison
equal deleted inserted replaced
38413:a26d9b55abb6 38414:67b464da13ec
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 ;; Code 22 ;;; Commentary:
23
24 ;;; Code:
23 25
24 (provide 'viper-init) 26 (provide 'viper-init)
25 27
26 ;; compiler pacifier 28 ;; compiler pacifier
27 (defvar mark-even-if-inactive) 29 (defvar mark-even-if-inactive)
984 986
985 ;;; Local Variables: 987 ;;; Local Variables:
986 ;;; eval: (put 'viper-deflocalvar 'lisp-indent-hook 'defun) 988 ;;; eval: (put 'viper-deflocalvar 'lisp-indent-hook 'defun)
987 ;;; End: 989 ;;; End:
988 990
989 ;;; viper-ex.el ends here 991 ;;; viper-init.el ends here