(combine-run-hooks): Only run-hooks if there's a hook to run.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
|
||||
|
||||
* subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
|
||||
|
||||
* sort.el (sort-columns): Don't concat strings with numbers.
|
||||
|
||||
2000-11-29 Dave Love <fx@gnu.org>
|
||||
|
||||
* cus-edit.el (face): Fix :format.
|
||||
|
||||
@@ -1140,7 +1140,8 @@ in BODY."
|
||||
(setq ,saved-combine-run-hooks combine-run-hooks)
|
||||
(fset 'run-hooks ,saved-run-hooks)
|
||||
(setq combine-run-hooks t)
|
||||
(apply 'run-hooks ,saved-combine-run-hooks))))))
|
||||
(if ,saved-combine-run-hooks
|
||||
(apply 'run-hooks ,saved-combine-run-hooks)))))))
|
||||
|
||||
|
||||
(defmacro with-syntax-table (table &rest body)
|
||||
|
||||
Reference in New Issue
Block a user