/[emacs]/emacs/lisp/emulation/viper-init.el
ViewVC logotype

Diff of /emacs/lisp/emulation/viper-init.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.34 by kifer, Sat Aug 6 16:58:54 2005 UTC revision 1.35 by kifer, Tue Sep 20 17:47:26 2005 UTC
# Line 115  In all likelihood, you don't need to bot Line 115  In all likelihood, you don't need to bot
115    
116  ;;; Macros  ;;; Macros
117    
118    ;; Fool the compiler to avoid warnings.
119    ;; Viper calls make-variable-buffer-local from within other functions, which
120    ;; triggers compiler warnings.
121    (defalias 'viper-make-variable-buffer-local 'make-variable-buffer-local)
122    
123  (defmacro viper-deflocalvar (var default-value &optional documentation)  (defmacro viper-deflocalvar (var default-value &optional documentation)
124    `(progn    `(progn
125      (defvar ,var ,default-value      (defvar ,var ,default-value

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26