svn rev #23099: trunk/src/util/
raeburn@MIT.EDU
raeburn at MIT.EDU
Fri Oct 30 19:08:48 EDT 2009
http://src.mit.edu/fisheye/changelog/krb5/?cs=23099
Commit By: raeburn
Log Message:
Fixes for Emacs 22 compatibility.
Changed Files:
U trunk/src/util/krb5-batch-reindent.el
Modified: trunk/src/util/krb5-batch-reindent.el
===================================================================
--- trunk/src/util/krb5-batch-reindent.el 2009-10-30 23:08:45 UTC (rev 23098)
+++ trunk/src/util/krb5-batch-reindent.el 2009-10-30 23:08:48 UTC (rev 23099)
@@ -36,7 +36,7 @@
(whitespace-style '(empty trailing)))
;; Only clean up tab issues if indent-tabs-mode is explicitly
;; set in the file local variables.
- (if (assq 'indent-tabs-mode file-local-variables-alist)
+ (if (local-variable-p 'indent-tabs-mode)
(progn
(message "Enabling tab cleanups.")
(add-to-list 'whitespace-style 'indentation)
@@ -48,5 +48,5 @@
(whitespace-cleanup))
(save-buffer)
- (kill-buffer)
+ (kill-buffer nil)
(setq command-line-args-left (cdr command-line-args-left))))
More information about the cvs-krb5
mailing list