+2002-04-24 Miles Bader <miles@gnu.org>
+
+ * menu-bar.el (menu-bar-update-buffers-1): Make sure
+ `uniquify-buffer-name-style' is bound.
+
2002-04-23 Colin Walters <walters@verbum.org>
* replace.el (toplevel): Require `cl' while compiling.
;; (format "%%%ds %%s%%s %%s" menu-bar-update-buffers-maxbuf)
(let* ((buf (car elt))
(file
- (and (null uniquify-buffer-name-style)
+ (and (or (not (boundp 'uniquify-buffer-name-style))
+ (null uniquify-buffer-name-style))
(or (buffer-file-name buf)
(buffer-local-value 'list-buffers-directory buf))))
(mod (if (buffer-modified-p buf) "*" ""))