emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/make-mode.el


From: Roland Winkler
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/make-mode.el
Date: Sun, 21 May 2006 18:46:41 +0000

Index: emacs/lisp/progmodes/make-mode.el
diff -u emacs/lisp/progmodes/make-mode.el:1.113 
emacs/lisp/progmodes/make-mode.el:1.114
--- emacs/lisp/progmodes/make-mode.el:1.113     Sat May 20 18:36:11 2006
+++ emacs/lisp/progmodes/make-mode.el   Sun May 21 18:46:41 2006
@@ -246,6 +246,7 @@
 you enter a \".\" at the beginning of a line in `makefile-mode'."
   :type '(repeat (list string))
   :group 'makefile)
+(put 'makefile-special-targets-list 'risky-local-variable t)
 
 (defcustom makefile-runtime-macros-list
   '(("@") ("&") (">") ("<") ("*") ("^") ("+") ("?") ("%") ("$"))
@@ -670,9 +671,11 @@
 
 (defvar makefile-target-table nil
   "Table of all target names known for this buffer.")
+(put 'makefile-target-table 'risky-local-variable t)
 
 (defvar makefile-macro-table nil
   "Table of all macro names known for this buffer.")
+(put 'makefile-macro-table 'risky-local-variable t)
 
 (defvar makefile-browser-client
   "A buffer in Makefile mode that is currently using the browser.")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]