=== modified file 'lisp/cedet/semantic/fw.el' --- lisp/cedet/semantic/fw.el 2012-10-07 12:07:12 +0000 +++ lisp/cedet/semantic/fw.el 2012-10-27 19:55:04 +0000 @@ -421,14 +421,7 @@ ;; Don't prompt to insert a template if we visit an empty file (auto-insert nil) ;; We don't want emacs to query about unsafe local variables - (enable-local-variables - (if (featurep 'xemacs) - ;; XEmacs only has nil as an option? - nil - ;; Emacs 23 has the spiffy :safe option, nil otherwise. - (if (>= emacs-major-version 22) - nil - :safe))) + (enable-local-variables :safe) ;; ... or eval variables (enable-local-eval nil) )